r/crewai

HAR – Open source harness for building multi-agent coding workflows
▲ 15 r/crewai+6 crossposts

HAR – Open source harness for building multi-agent coding workflows

Hey everyone!

Over the past year, as I tried to scale our agentic coding workflows and software factories at my company, I kept hitting the same set of problems. So I built HAR to solve them.

Repo: github.com/os-factory/har

Getting a single coding agent to work in a repo is easy. Scaling to a real multi-agent workflow, where several run at once and where you verify and trust the output, is where it breaks down. A few things go wrong:

  1. No standard way to run or verify a repo. That knowledge is scattered across a README, a CLAUDE.md, editor rules, and CI config, all drifting out of sync with each other and the actual code.
  2. Agents on one repo collide. Shared dev server, shared database, shared ports, conflicting git state.
  3. Trusting a change means re-verifying it yourself. Which defeats the point of running a fleet.
  4. Vendor sandboxes lock you in. If the setup lives in someone's hosted dashboard, switching agents later means rebuilding the whole thing.

What HAR does

HAR is a CLI and an MCP server. It works with Claude Code, Cursor, Codex, or any MCP agent, and it closes each of those gaps:

  1. Isolation. Each agent gets its own git worktree, branch, ports, and database. Nothing is shared with the main checkout or another agent's slot, so a fleet runs in parallel without colliding on a dev server, DB, or ports.
  2. Deterministic validation gates. HAR runs your project's real checks through a fixed pipeline, same result every time. The result is bound to the exact code that passed and enforced at commit time, so an unverified tree cannot land.
  3. Verifiable proof. Every run leaves logs, artifacts, and a validated tree hash tied to the exact code checked. A reviewer inspects the evidence instead of trusting the agent's self-report.
  4. Full observability. Mission Control is a local dashboard showing every repo, worktree, run, and validation in one place, so you can watch a whole fleet as it works.

All of this lives in one contract committed to your repo, which every agent reads the same way. It replaces the usual scatter of a README, a CLAUDE.md, editor rules, and CI config that drift apart. You start from a profile that matches your stack, your agent adapts it to the real repo, and you extend verification with plugins (like Playwright) or with any command you already run.

Give it a try and let me know what you think :)

u/Fluffybaxter — 2 days ago
▲ 2 r/crewai

How confident are you when deploying your AI agents to production?

With traditional applications, we have established CI/CD checks for things like vulnerabilities, dependencies, secrets and infrastructure.

But what about the agent itself?

Do you have specific AI-agent security checks in your CI/CD pipeline, or are you relying on the same checks you use for ordinary applications?

Before deploying an agent, do you know:

  • What tools it can access?
  • Whether it gained a new capability in the latest PR?
  • If it can execute shell commands or write to the filesystem?
  • Which MCP servers it can reach?
  • ..

I'm curious how teams are answering these questions today.

We're experimenting with SafeAI as a GitHub Action to bring this kind of static analysis into the existing CI workflow. It's still early stage but going fast, thanks to all contributors.

If you want to try it against your own agent project, we'd genuinely appreciate feedback, as well as contributions.

Here you may check: ikaruscareer/SafeAI on GitHub.

reddit.com
u/IkarusCareer — 2 days ago
▲ 6 r/crewai+6 crossposts

Building Kodiak: An open-source autonomous AI software engineering platform — looking for architecture feedback

Hi everyone,

I've been building an open-source project called Kodiak.

The goal of Kodiak is to become an autonomous AI software engineering platform that can:

• Understand an entire codebase

• Build a semantic repository index

• Retrieve relevant context using RAG

• Plan multi-step development tasks

• Execute tools safely

• Learn from previous executions

• Improve through reflection and memory

Current progress:

✅ Repository indexing

✅ Semantic search

✅ Embedding pipeline

✅ RAG retrieval

✅ Memory system

🚧 Workflow engine

🚧 Multi-agent orchestration

My current focus is making the architecture modular so future components (planner, coding agents, memory, tool execution, GitHub integration) can evolve independently.

I'm not looking for someone to build the project for me.

Instead, I'd really appreciate feedback from developers who have built AI agents, developer tools, or large Python systems.

I'd especially love opinions on:

• Overall architecture

• RAG pipeline design

• Repository indexing strategy

• Memory architecture

• Scalability concerns

• Features that would make Kodiak genuinely useful

GitHub:

https://github.com/ShamGaneshan2008/Kodiak

Any honest feedback—positive or critical—is appreciated. I'm building this to learn how large AI systems are designed, so I'd love to hear from experienced engineers.

Thanks!

u/JinSakai_77 — 5 days ago
▲ 8 r/crewai+2 crossposts

I built a free drag-and-drop builder for AI agents because I was tired of writing boilerplate code. [Link in comments]

Hey fellow AI builders,

I absolutely love CrewAI, but as my workflows got more complex, managing the relationships between Agents, Tasks, and Tools in raw Python started driving me crazy.

I originally built this to visually map out my own tasks (like setting up agents to verify destination counts from file imports and generate English contact lists), and I just wanted a simple UI that generates standard Python code I can run locally.

So I created AgentGraph Studio. You design your crew on the canvas, set up your LLMs (it supports local models like Ollama too), and it exports a ready-to-run main.py, .env.example, and requirements.txt. It's completely free and runs entirely in the browser (no API keys required on the site).

I attached a quick 30-sec demo of how it works. I’d love to know what other features or tools you guys would want me to add next!

u/Straight_Spinach1284 — 5 days ago
▲ 6 r/crewai

I built a Multi-Agent AI Workflow that handles 80% of my daily business operations for $0. No-code, no expensive subscriptions.

Here is exactly how the architecture works so you can build it yourself:

🧵 The Breakdown:

  1. The Trigger: A customer fills out a standard form.
  2. Agent 1 (The Categorizer): Scans the entry, determines the priority level, and routes it.
  3. Agent 2 (The Researcher): Automatically pulls the customer's company data into an internal database.
  4. Agent 3 (The Draftsman): Writes a highly customized response based on that research and saves it as a draft.

The Secret: I hooked this entire loop together using completely free no-code tools and basic system prompts. It replaces roughly 4 manual browser tools.

I just documented the entire system architecture, the raw JSON configurations, and the exact system prompts I used to prevent AI hallucinations.

If you want to copy-paste this blueprint for your own business, drop a comment below saying "BLUEPRINT" and I will send you the direct access link to download it for free.

reddit.com
u/Ok_pettech — 12 days ago
▲ 2 r/crewai+6 crossposts

90% of Tech Professionals Fail This AI Architecture Quiz. Can you beat it?

I built a 15-question AI Mastery Challenge on my platform to test who actually understands prompt engineering, multi-agent systems, and LLM behavior. 

 THE CONTEST: 

The person with the highest score on the leaderboard by next Sunday wins a $25 Cash Prize (or local equivalent) and a free permanent shoutout for their portfolio on our homepage!

How to enter:

  1. Comment CHALLENGE below.

  2. Below is the access link to the Quiz.

  3. Take the quiz, register your username, and lock in your spot on the live leaderboard.

Quiz Link:

https://interconnectd.com/quiz/67/the-ultimate-ai-mastery-challenge-are-you-smarter-than-an-llm/

May the best prompt engineer win. Tag a friend who thinks they are an AI expert. 

#AI #PromptEngineering #GenerativeAI #LLM #NoCodeAI #IndieHackers #TechChallenge #ArtificialIntelligence #SoftwareEngineering #BuildInPublic

u/Ok_pettech — 11 days ago
▲ 2 r/crewai

Built firewall for AI agents

I’ve been working in support for 2 decades, supporting wired, wireless and security enterprise customers. With advancement in ai, I used Claude to build an agent fw, unlike traditional firewall that either block/allow, the firewall I built deep inspect and can block part of the content only ppl unintentionally/intentionally putting ssn, secret keys, catching shadow ai, blocking agent calls at night or block requests after certain dollar amount is spent by ai agents. Looking for feedback on it. You can use discover feature to see if there’s any shadow ai in your network.

Website: https://kilasec.com/#demo

reddit.com
u/Ready-Remove-6109 — 13 days ago