All Tools
B
AgentsFreeOpen Source
BEEAI FRAMEWORK
Production agents in Python and TypeScript
Apache-2.0
ABOUT
Most agent frameworks are Python-only, leaving TypeScript teams to glue LLM SDKs by hand. BeeAI Framework ships a production agent runtime in both languages with the same primitives for tools, memory, and multi-step workflows.
INSTALL
pip install beeai-framework
npm install beeai-framework
INTEGRATION GUIDE
1. Build a TypeScript agent with tools, memory, and structured workflows
2. Port the same BeeAI agent design from Python to Node without changing architecture
3. Orchestrate multi-step production agents with first-class error handling
4. Integrate MCP and GitHub workflows into BeeAI agents for issue drafting and ops
TAGS
pythontypescriptagentsibmworkflowsmemoryopen-source