diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 62ed9ecd..e60f3646 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -364,6 +364,9 @@ nav: - Swarm Platform API Keys: "swarms_platform/apikeys.md" - Account Management: "swarms_platform/account_management.md" + - Swarms Rust: + - Overview: "swarms_rs/overview.md" + # - Prompts API: # - Add Prompts: "swarms_platform/prompts/add_prompt.md" diff --git a/docs/swarms_rs/overview.md b/docs/swarms_rs/overview.md new file mode 100644 index 00000000..dcd6201a --- /dev/null +++ b/docs/swarms_rs/overview.md @@ -0,0 +1,55 @@ +# swarms-rs 🚀 + +
+ Build Status + Version + License +
+ +## 📖 Overview + +**swarms-rs** is an enterprise-grade, production-ready multi-agent orchestration framework built in Rust, designed to handle the most demanding tasks with unparalleled speed and efficiency. By leveraging Rust's bleeding-edge performance and safety features, swarms-rs provides a powerful and scalable solution for orchestrating complex multi-agent systems across various industries. + +## ✨ Key Benefits + +### ⚡ Extreme Performance + +
+ +- **Multi-Threaded Architecture** + - Utilize the full potential of modern multi-core processors + + - Zero-cost abstractions and fearless concurrency + + - Minimal overhead with maximum throughput + + - Optimal resource utilization + +- **Bleeding-Edge Speed** + + - Near-zero latency execution + + - Lightning-fast performance + + - Ideal for high-frequency applications + + - Perfect for real-time systems +
+ +## 🔗 Quick Links + +
+ +- [:fontawesome-brands-github: GitHub](https://github.com/The-Swarm-Corporation/swarms-rs) + - Browse the source code + - Contribute to the project + - Report issues + +- [:package: Crates.io](https://crates.io/crates/swarm-rs) + - Download the latest version + - View package statistics + +- [:book: Documentation](https://docs.rs/swarm-rs/0.1.4/swarm_rs/) + - Read the API documentation + - Learn how to use swarms-rs +
\ No newline at end of file diff --git a/example.py b/example.py index 39971be0..b6205225 100644 --- a/example.py +++ b/example.py @@ -12,7 +12,7 @@ agent = Agent( agent_name="Financial-Analysis-Agent", agent_description="Personal finance advisor agent", system_prompt=FINANCIAL_AGENT_SYS_PROMPT, - max_loops=2, + max_loops=1, model_name="gpt-4o-mini", dynamic_temperature_enabled=True, user_name="swarms_corp",