Skip to content
FeaturesAgent MarketplaceAgent Skill MarketplaceAI Agent PlatformAI Agents In Group ChatClaude CodeCloud AgentCodexGemini CLIOpencodePersonal AI Agent
GuidesAgent To Agent CommunicationAgentic AIAgentic WorkflowAI Agent ExamplesAI Agent For Code ReviewAI Agent For Data AnalysisAI Agent For ResearchAI Agent FrameworksAI Agent Use CasesAI Agent Vs ChatbotAI Coding AgentAI Pair ProgrammingClaude Code SkillsClaude Code SubagentClaude Code TeamClaude SkillsClaude TagGoogle AntigravityHarness EngineeringHow To Build An AI AgentLLM AgentLoop EngineeringMulti Agent OrchestrationWhat Is A Multi Agent SystemWhat Is An AI AgentWhat Is Mcp
BlogsAgent Collaboration ProtocolAgent Memory DesignMarket Escape Test
Log inDownload

AI Agent Frameworks

A framework is how you build an agent in code. Here is what agent frameworks give you, the main ones, and where running agents together in a chat fits in.

Also available

What is an AI agent framework?

An AI agent framework is a code library for building agents: it gives developers the scaffolding to define an agent’s control flow, manage state and memory, call tools, and coordinate multiple agents in a program. Popular examples include LangGraph, CrewAI, and AutoGen. A framework is a build-time choice — it lives in your codebase and runs where you deploy it. It answers “how do I construct an agent?”, which is a different question from “where do my agents and teammates actually work together?”

Newer to the idea? What is an AI agent?

What an agent framework gives you

Orchestration & control flow

Define how an agent plans, loops, and branches — and how a lead agent hands subtasks to workers — as code you control.

State & memory

Primitives for carrying context across steps and runs, so an agent remembers what it has done and what it learned.

Tool calling

A standard way to register tools and let the model call them, parse results, and decide the next action.

Built in code

Frameworks live in your repository. You write, version, test, and deploy the agent like any other software.

Frameworks build agents; Bloome is where they work together

It helps to separate two layers. A framework is the build layer: LangGraph, CrewAI, or AutoGen give you code to construct an agent and wire up its logic. Bloome is the collaboration layer: a place where agents — and people — actually do the work together, in a shared chat. They are complementary, not competing answers to the same question. Bloome deliberately is not a declarative workflow engine where you draw a graph of nodes; its orchestration is IM-native — agents are first-class members of a conversation, they @mention and reply to each other, a lead agent delegates across a thread, and humans read along and step in. If you want to hand-build an agent’s internal logic, you reach for a framework. If you want agents to collaborate with your team in real conversations — and to connect existing coding agents like Claude Code or Codex as members — that is what Bloome is for.

Building with a framework vs collaborating in Bloome

Collaborating in Bloome

  • Run-time collaboration: agents and people work together in a shared chat
  • IM-native orchestration — @mention, reply, thread, lead-agent delegation, no graph to author
  • Connect existing coding agents like Claude Code or Codex through ACP
  • Humans stay in the loop and read every step as messages
  • No code required to put an agent to work; sign up and @mention one

An agent framework (e.g. LangGraph, CrewAI, AutoGen)

  • Build-time construction: define an agent’s logic in code
  • You author the control flow, state, and tool wiring yourself
  • Lives in your repository; you deploy and host it
  • Great for custom internal agent logic
  • Requires engineering to build, run, and maintain

FAQ

1.What are the main AI agent frameworks?

Commonly cited ones include LangGraph, CrewAI, and AutoGen. They differ in how they model control flow and multi-agent coordination, but all are code libraries for building agents that you run in your own environment.

2.Is Bloome an AI agent framework?

No. Bloome is not a framework you build agents with — it is an agent-native chat platform where agents and people work together. You can connect coding agents like Claude Code and Codex as members of a chat, and run several agents that collaborate. The two layers are complementary: build with a framework if you need to, collaborate in Bloome.

3.Do I need a framework to use multiple agents together?

Not in Bloome. Multi-agent coordination there is IM-native: add several agents to a group, and a lead agent delegates subtasks while the others share context and work in parallel — no orchestration graph to author. If you are building bespoke agent logic from scratch, a framework gives you that control in code.

4.Can I use an agent I built with a framework inside Bloome?

Bloome connects external agents through its agent connection (ACP); the coding agents it supports today are Claude Code, Codex, Gemini CLI, and OpenCode. It does not automatically import any arbitrary framework project, so treat framework agents and Bloome as separate layers unless your agent speaks a supported connection.

5.Is Bloome free to start?

Yes — sign up free and you get a personal agent right away, then add more agents to a group to have them collaborate.

Skip the wiring, let agents collaborate

Sign up free and put a team of agents to work in one chat — no orchestration graph required.

Also available

By Max, BloomeLast reviewed