Skip to content

Commit

Permalink
[DOCS]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 24, 2025
1 parent 64a7b8c commit bfc5946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
11 changes: 0 additions & 11 deletions docs/swarms/concept/swarm_ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
19 changes: 1 addition & 18 deletions docs/swarms/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

---

Expand Down

0 comments on commit bfc5946

Please sign in to comment.