diff --git a/docs/swarms/ecosystem.md b/docs/swarms/ecosystem.md
index 090607f2..ade51cde 100644
--- a/docs/swarms/ecosystem.md
+++ b/docs/swarms/ecosystem.md
@@ -13,18 +13,18 @@
## **Complete Product Portfolio**
-| **Product** | **Technology** | **Status** | **Repository** | **Documentation** | **Key Features** | **Use Cases** |
-|-------------|---------------|------------|----------------|-------------------|------------------|---------------|
-| **Swarms Python Framework** | Python | **Production** | [swarms](https://github.com/kyegomez/swarms) | [Docs](https://docs.swarms.world/en/latest/swarms/install/install/) | • 20+ Multi-Agent Architectures
• Enterprise Tool Integration
• Production Logging & Monitoring
• LLM Provider Agnostic
• Backwards Compatible | • Complex Business Process Automation
• Financial Analysis & Trading
• Research & Knowledge Work
• Content Creation Pipelines
• Healthcare & Legal Applications |
-| **Swarms Rust Framework** | Rust | **Production** | [swarms-rs](https://github.com/The-Swarm-Corporation/swarms-rs) | [Docs](https://docs.swarms.world/en/latest/swarms_rs/overview/) | • Ultra-High Performance
• Memory Safety & Zero-Cost Abstractions
• Concurrent Agent Execution
• MCP Protocol Support
• WebAssembly Compatible | • High-Frequency Trading Systems
• Real-Time Data Processing
• Edge Computing Applications
• System-Level Agent Integration
• Performance-Critical Workloads |
-| **Python API Client** | Python | **Production** | [swarms-sdk](https://github.com/The-Swarm-Corporation/swarms-sdk) | [Docs](https://docs.swarms.world/en/latest/swarms_cloud/python_client/) | • Async/Await Support
• Type-Safe Pydantic Models
• Automatic Retry Logic
• Context Managers
• Rich Logging Integration | • Cloud-Native Applications
• Data Science Workflows
• Machine Learning Pipelines
• Research & Academia
• Enterprise Python Applications |
-| **TypeScript/Node.js Client** | TypeScript | **Production** | [swarms-ts](https://github.com/The-Swarm-Corporation/swarms-ts) | *Coming Soon* | • Full Type Safety
• Promise-Based API
• Browser & Node.js Compatible
• Zero Dependencies
• Modern ES6+ Support | • Web Applications
• Server-Side Applications
• React/Vue/Angular Integration
• Node.js Microservices
• Full-Stack Development |
-| **Go Client** | Go | **Production** | [swarms-client-go](https://github.com/The-Swarm-Corporation/swarms-client-go) | *Coming Soon* | • Context Support
• Structured Logging
• Concurrency Safe
• Minimal Memory Allocation
• Built for Microservices | • Cloud Infrastructure
• Kubernetes Applications
• Microservices Architecture
• DevOps Automation
• System Integration |
-| **Java Client** | Java | **Production** | [swarms-java](https://github.com/The-Swarm-Corporation/swarms-java) | *Coming Soon* | • Spring Boot Integration
• Reactive Streams Support
• Enterprise Features
• Maven Central Available
• JMX Metrics | • Enterprise Java Applications
• Spring Boot Services
• Android Applications
• Banking & Finance Systems
• Large-Scale Enterprise |
-| **Kotlin Client** | Kotlin | **Q2 2025** | *In Development* | *Coming Soon* | • Coroutines Support
• Android Compatibility
• Interop with Java
• Null Safety
• Modern Language Features | • Android Applications
• JVM Applications
• Mobile Development
• Cross-Platform Solutions
• Modern Java Alternatives |
-| **Ruby Client** | Ruby | **Q2 2025** | *In Development* | *Coming Soon* | • Rails Integration
• Gem Packaging
• Elegant API Design
• Convention over Configuration
• Ruby Ecosystem Integration | • Ruby on Rails Applications
• Web Development
• Rapid Prototyping
• Startup Applications
• Content Management |
-| **Rust Client** | Rust | **Q2 2025** | *In Development* | *Coming Soon* | • Memory Safety
• Zero-Cost Abstractions
• WebAssembly Support
• Fearless Concurrency
• System Programming | • System Programming
• WebAssembly Applications
• Performance-Critical Apps
• Blockchain Applications
• Embedded Systems |
-| **C#/.NET Client** | C# | **Q3 2025** | *In Development* | *Coming Soon* | • Async/Await Support
• NuGet Packaging
• .NET Core & Framework
• LINQ Integration
• Enterprise Features | • Enterprise .NET Applications
• Azure Cloud Services
• Desktop Applications
• Game Development
• Financial Services |
+| **Product** | **Technology** | **Status** | **Repository** | **Documentation** |
+|-------------|---------------|------------|----------------|-------------------|
+| **Swarms Python Framework** | Python | **Production** | [swarms](https://github.com/kyegomez/swarms) | [Docs](https://docs.swarms.world/en/latest/swarms/install/install/) |
+| **Swarms Rust Framework** | Rust | **Production** | [swarms-rs](https://github.com/The-Swarm-Corporation/swarms-rs) | [Docs](https://docs.swarms.world/en/latest/swarms_rs/overview/) |
+| **Python API Client** | Python | **Production** | [swarms-sdk](https://github.com/The-Swarm-Corporation/swarms-sdk) | [Docs](https://docs.swarms.world/en/latest/swarms_cloud/python_client/) |
+| **TypeScript/Node.js Client** | TypeScript | **Production** | [swarms-ts](https://github.com/The-Swarm-Corporation/swarms-ts) | *Coming Soon* |
+| **Go Client** | Go | **Production** | [swarms-client-go](https://github.com/The-Swarm-Corporation/swarms-client-go) | *Coming Soon* |
+| **Java Client** | Java | **Production** | [swarms-java](https://github.com/The-Swarm-Corporation/swarms-java) | *Coming Soon* |
+| **Kotlin Client** | Kotlin | **Q2 2025** | *In Development* | *Coming Soon* |
+| **Ruby Client** | Ruby | **Q2 2025** | *In Development* | *Coming Soon* |
+| **Rust Client** | Rust | **Q2 2025** | *In Development* | *Coming Soon* |
+| **C#/.NET Client** | C# | **Q3 2025** | *In Development* | *Coming Soon* |
---