Drag-and-drop AI Agent Builder.
Deploy to API in 1 click. Open-Source.
FROM LEADING AI INSTITUTIONS
Add self-refinement, knowledge, tools in seconds
Observe what is going on in each step to intervene faster
Iterate faster by evaluating performance at any point
Continously optimize prompts and the entire pipeline
Fully open-source with Apache2 license. Self-host on your own infrastructure. Keep in full control of your data.
docker compose up --build -d
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
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" }] } }
Integrate with your existing codebase and tools.
from Algoqtra import Agent
agent = Agent(
id="S32"
)
response = agent.run(
)
Copyright © 2025 Algoqtra.