diff --git a/docs/swarms/concept/swarm_ecosystem.md b/docs/swarms/concept/swarm_ecosystem.md index d6af5a3ef..da7626c90 100644 --- a/docs/swarms/concept/swarm_ecosystem.md +++ b/docs/swarms/concept/swarm_ecosystem.md @@ -60,17 +60,6 @@ graph TD; SP --> Sell[Sell Agents] ``` -#### 6. **IoTAgents** - -[IoTAgents](https://github.com/The-Swarm-Corporation/swarm-ecosystem) enables seamless integration between IoT data and AI agents, allowing the real-time processing of IoT data streams and driving smart automation in industries such as logistics, healthcare, and smart cities. - -```mermaid -graph TD; - IA[IoTAgents] --> Parse[Parse IoT Data] - IA --> Process[Process IoT Data] - IA --> Utilize[Utilize IoT Data Streams] -``` - #### Extending the Ecosystem: **Swarms Core**, **JS**, and More In addition to the core components, the Swarms Ecosystem offers several other powerful packages: diff --git a/docs/swarms/products.md b/docs/swarms/products.md index ed81efe4d..02952cafc 100644 --- a/docs/swarms/products.md +++ b/docs/swarms/products.md @@ -113,22 +113,6 @@ applications and workflows. 2. Obtain your API key and authentication credentials. 3. Refer to the API documentation for endpoint details and usage examples. -### Example: -```python -import requests - -API_KEY = "your_api_key_here" -BASE_URL = "https://api.swarms.world" - -response = requests.post( - f"{BASE_URL}/agents", - headers={"Authorization": f"Bearer {API_KEY}"}, - json={"name": "example_agent", "task": "data_analysis"} -) - -print(response.json()) -``` - --- ## Wallet API @@ -168,8 +152,7 @@ Stay tuned for updates on the Swarm Exchange launch. - **Documentation:** [Swarms Documentation](https://docs.swarms.world) -- **Support:** Contact us via our [Discord Community](https://discord.com/servers/ -agora-999382051935506503). +- **Support:** Contact us via our [Discord Community](https://discord.gg/swarms). ---