swarms rust

pull/818/head
Kye Gomez 2 months ago
parent f64113e267
commit da41a7e03f

@ -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"

@ -0,0 +1,55 @@
# swarms-rs 🚀
<div class="badges" align="center">
<img src="https://img.shields.io/github/workflow/status/The-Swarm-Corporation/swarms-rs/CI" alt="Build Status">
<img src="https://img.shields.io/crates/v/swarm-rs" alt="Version">
<img src="https://img.shields.io/crates/l/swarm-rs" alt="License">
</div>
## 📖 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
<div class="grid cards" markdown>
- **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
</div>
## 🔗 Quick Links
<div class="grid cards" markdown>
- [: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
</div>

@ -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",

Loading…
Cancel
Save