pull/800/head
Kye Gomez 3 weeks ago
parent c8d3a4d2a0
commit f8d1fc8cd7

@ -151,25 +151,29 @@ nav:
- Swarms Framework Architecture: "swarms/concept/framework_architecture.md" - Swarms Framework Architecture: "swarms/concept/framework_architecture.md"
- Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md" - Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md"
- Swarms Products: "swarms/products.md" - Swarms Products: "swarms/products.md"
- Agents: - Agents:
# - Overview: "swarms/structs/index.md" # - Overview: "swarms/structs/index.md"
- Managing Prompts in Production: "swarms/prompts/main.md" - Concepts:
- Agent Architecture: "swarms/framework/agents_explained.md" - Managing Prompts in Production: "swarms/prompts/main.md"
- Complete Agent API: "swarms/structs/agent.md" - Introduction into The Agent Architecture: "swarms/framework/agents_explained.md"
- Create and Run Agents from YAML: "swarms/agents/create_agents_yaml.md"
- Tools: - Documentation:
- Structured Outputs: "swarms/agents/structured_outputs.md" - Agent Class Documentation: "swarms/structs/agent.md"
- Overview: "swarms/tools/main.md" - Create and Run Agents from YAML: "swarms/agents/create_agents_yaml.md"
- What are tools?: "swarms/tools/build_tool.md" - Tools:
- ToolAgent: "swarms/agents/tool_agent.md" - Structured Outputs: "swarms/agents/structured_outputs.md"
- Tool Storage: "swarms/tools/tool_storage.md" - Overview: "swarms/tools/main.md"
- RAG || Long Term Memory: - What are tools?: "swarms/tools/build_tool.md"
- Integrating RAG with Agents: "swarms/memory/diy_memory.md" - ToolAgent: "swarms/agents/tool_agent.md"
- Third-Party Agent Integrations: - Tool Storage: "swarms/tools/tool_storage.md"
- OpenAI Assistant: "swarms/agents/openai_assistant.md" - RAG || Long Term Memory:
- Integrating External Agents from Griptape, Langchain, etc: "swarms/agents/external_party_agents.md" - Integrating RAG with Agents: "swarms/memory/diy_memory.md"
- Creating Custom Agents: "swarms/agents/new_agent.md" - Third-Party Agent Integrations:
- Reasoning Agents: - OpenAI Assistant: "swarms/agents/openai_assistant.md"
- Integrating External Agents from Griptape, Langchain, etc: "swarms/agents/external_party_agents.md"
- Creating Custom Agents: "swarms/agents/new_agent.md"
- PreBuilt Reasoning Agents:
- Self Consistency Agent: "swarms/agents/consistency_agent.md" - Self Consistency Agent: "swarms/agents/consistency_agent.md"
- IRE Agent: "swarms/agents/iterative_agent.md" - IRE Agent: "swarms/agents/iterative_agent.md"
- Reasoning Duo: "swarms/agents/reasoning_duo.md" - Reasoning Duo: "swarms/agents/reasoning_duo.md"
@ -177,9 +181,9 @@ nav:
- Reflexion Agent: "swarms/agents/reflexion_agent.md" - Reflexion Agent: "swarms/agents/reflexion_agent.md"
- GKP Agent: "swarms/agents/gkp_agent.md" - GKP Agent: "swarms/agents/gkp_agent.md"
- Agent Judge: "swarms/agents/agent_judge.md" - Agent Judge: "swarms/agents/agent_judge.md"
- Swarm Architectures: - Swarm Architectures:
- Introduction to Multi-Agent Collaboration: "swarms/concept/why.md" - Introduction to Multi-Agent Collaboration: "swarms/concept/why.md"
- Conceptual Introduction to Swarms: - Conceptual Introduction to Swarms:
- Introduction to Swarm Architectures: "swarms/concept/swarm_architectures.md" - Introduction to Swarm Architectures: "swarms/concept/swarm_architectures.md"
- How to Choose the Right Swarm Architecture: "swarms/concept/how_to_choose_swarms.md" - How to Choose the Right Swarm Architecture: "swarms/concept/how_to_choose_swarms.md"

Loading…
Cancel
Save