Skip to content

Commit

Permalink
[EXPERIMENTAL]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 17, 2024
1 parent 93b6ee7 commit ab8e977
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ workflow.run(
------

## `AgentRearrange`
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://swarms.apac.ai/en/latest/swarms/structs/agent_rearrange/)
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/)

```python

Expand Down Expand Up @@ -962,7 +962,7 @@ Documentation is located here at: [docs.swarms.world](https://docs.swarms.world)


## Docker Instructions
- [Learn More Here About Deployments In Docker](https://swarms.apac.ai/en/latest/docker_setup/)
- [Learn More Here About Deployments In Docker](https://docs.swarms.world/en/latest/docker_setup/)


-----
Expand Down Expand Up @@ -1006,7 +1006,7 @@ Accelerate Bugs, Features, and Demos to implement by supporting us here:

Join our growing community around the world, for real-time support, ideas, and discussions on Swarms 😊

- View our official [Blog](https://swarms.apac.ai)
- View our official [Blog](https://docs.swarms.world)
- Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)
Expand Down
2 changes: 1 addition & 1 deletion docs/swarms/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Swarms is an open-source project, and contributions are VERY welcome. If you wan

Join our growing community around the world, for real-time support, ideas, and discussions on Swarms 😊

- View our official [Blog](https://swarms.apac.ai)
- View our official [Blog](https://docs.swarms.world)
- Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)
Expand Down
2 changes: 1 addition & 1 deletion docs/swarms/memory/short_term_memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ memory.load_from_file("memory_data.json")

### References and Resources

- For more information on multi-agent systems and memory management, refer to the SWARMS framework documentation: [SWARMS Documentation](https://swarms.apac.ai/).
- For more information on multi-agent systems and memory management, refer to the SWARMS framework documentation: [SWARMS Documentation](https://docs.swarms.world/).

- For advanced memory management and customization, explore the SWARMS framework source code.

2 changes: 1 addition & 1 deletion docs/swarms/structs/multi_agent_collaboration_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ workflow.run(
------

## `AgentRearrange`
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://swarms.apac.ai/en/latest/swarms/structs/agent_rearrange/)
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/)

```python
from swarms import Agent, AgentRearrange, Anthropic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ workflow.run(
------

## `AgentRearrange`
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://swarms.apac.ai/en/latest/swarms/structs/agent_rearrange/)
Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships. [Docs Available:](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/)

```python
from swarms import Agent, AgentRearrange, Anthropic
Expand Down Expand Up @@ -1042,7 +1042,7 @@ Documentation is located here at: [docs.swarms.world](https://docs.swarms.world)


## Docker Instructions
- [Learn More Here About Deployments In Docker](https://swarms.apac.ai/en/latest/docker_setup/)
- [Learn More Here About Deployments In Docker](https://docs.swarms.world/en/latest/docker_setup/)


-----
Expand Down Expand Up @@ -1099,7 +1099,7 @@ Accelerate Bugs, Features, and Demos to implement by supporting us here:

Join our growing community around the world, for real-time support, ideas, and discussions on Swarms 😊

- View our official [Blog](https://swarms.apac.ai)
- View our official [Blog](https://docs.swarms.world)
- Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)
Expand Down

0 comments on commit ab8e977

Please sign in to comment.