Build Reliable And
Modular AI Agents

Drag-and-drop AI Agent Builder.
Deploy to API in 1 click. Open-Source.

rDZbbkpQ1unZ5xwYBPwnBuNG4DYst8MSBJ7X59Epump

FROM LEADING AI INSTITUTIONS

All You Need For Reliable AI Agents

Modular Building Blocks

Add self-refinement, knowledge, tools in seconds

Profile Agent Behavior

Observe what is going on in each step to intervene faster

Evaluate Mid-Pipeline

Iterate faster by evaluating performance at any point

Soon: Self-Improvement

Continously optimize prompts and the entire pipeline

Built for Engineers

Deploy anywhere

Fully open-source with Apache2 license. Self-host on your own infrastructure. Keep in full control of your data.

				
					docker compose up --build -d
				
			

Easy to add your own tools

Adding new tools is a matter of simply creating a single Python file.

				
					class MyNode(DynamicSchemaNode):
  name = "my_node"
  display_name = "MyNode"
  config_model = MyNodeConfig
				
			

Easy sharing and version control

Every agent can be exported as a JSON file. Share with your team, and commit to git.

				
					{ "name": "Research Idea 
Generator", "definition": { 
"nodes": [{ "id": 
"research_information", "title"
: "research_information", 
"node_type": "InputNode" }] } }
				
			

SDKs for TypeScript and Python

Integrate with your existing codebase and tools.

				
					from Algoqtra import Agent

agent = Agent(
  id="S32"
)
response = agent.run(
)
				
			

READY TO GET STARTED?

Support us by starring our repository.

Scroll to Top