pull/761/head
Kye Gomez 3 months ago
parent 64a7b8c186
commit bfc5946df1

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

@ -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).
---

Loading…
Cancel
Save