Welcome to the magic_agents documentation site.
| Doc | Description |
|---|---|
ARCHITECTURE.md |
High-level overview of the internal design, node system, and compile/execute pipeline. |
| Node Reference › | Detailed docs per node type (see table below). |
Root README.md |
Installation guide, quick-start, advanced examples. |
| Type | Doc |
|---|---|
user_input |
NodeUserInput |
text |
NodeText |
parser |
NodeParser |
fetch |
NodeFetch |
client |
NodeClientLLM |
llm |
NodeLLM |
chat |
NodeChat |
send_message |
NodeSendMessage |
loop |
NodeLoop |
conditional |
NodeConditional |
inner |
NodeInner |
end / void |
NodeEND |
- 📦 Install the package (see root README).
- 🏗️ Understand the architecture – start with
ARCHITECTURE.md. - 🤖 Build your first agent – follow the Quick-start snippet in the root README.
Need more info? Check the source code – every node resides in magic_agents/node_system/, and magic_agents/agt_flow.py is the main orchestrator.