[EXPERIMENTAL]

pull/584/head
Your Name 4 months ago
parent 93b6ee71f4
commit ab8e97709f

@ -593,7 +593,7 @@ workflow.run(
------ ------
## `AgentRearrange` ## `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 ```python
@ -962,7 +962,7 @@ Documentation is located here at: [docs.swarms.world](https://docs.swarms.world)
## Docker Instructions ## 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/)
----- -----
@ -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 😊 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) - Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez) - Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation) - Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)

@ -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 😊 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) - Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez) - Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation) - Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)

@ -244,7 +244,7 @@ memory.load_from_file("memory_data.json")
### References and Resources ### 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. - For advanced memory management and customization, explore the SWARMS framework source code.

@ -46,7 +46,7 @@ workflow.run(
------ ------
## `AgentRearrange` ## `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 ```python
from swarms import Agent, AgentRearrange, Anthropic from swarms import Agent, AgentRearrange, Anthropic

@ -666,7 +666,7 @@ workflow.run(
------ ------
## `AgentRearrange` ## `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 ```python
from swarms import Agent, AgentRearrange, Anthropic from swarms import Agent, AgentRearrange, Anthropic
@ -1042,7 +1042,7 @@ Documentation is located here at: [docs.swarms.world](https://docs.swarms.world)
## Docker Instructions ## 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/)
----- -----
@ -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 😊 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) - Chat live with us on [Discord](https://discord.gg/kS3rwKs3ZC)
- Follow us on [Twitter](https://twitter.com/kyegomez) - Follow us on [Twitter](https://twitter.com/kyegomez)
- Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation) - Connect with us on [LinkedIn](https://www.linkedin.com/company/the-swarm-corporation)

Loading…
Cancel
Save