Skip to content

Latest commit

 

History

History

README.md

Magic Agents Documentation

Welcome to the magic_agents documentation site.

Contents

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.

Node Reference

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

Getting Started

  1. 📦 Install the package (see root README).
  2. 🏗️ Understand the architecture – start with ARCHITECTURE.md.
  3. 🤖 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.