durable-swarm
Augment Swarm with durable execution to help you build reliable and scalable multi-agent systems.
File Explorer
- demo.gif
- durable-swarm-banner.png
- jaeger-traces.png
- __init__.py
- agents.py
- tools.py
- policies.py
- policies.py
- prompts.py
- __init__.py
- dbos-config.yaml
- durable_swarm.py
- main.py
- README.md
- requirements.txt
- agent_handoff.py
- bare_minimum.py
- context_variables.py
- dbos-config.yaml
- durable_swarm.py
- function_calling.py
- main.py
- README.md
- requirements.txt
- simple_loop_no_helpers.py
- agents.py
- dbos-config.yaml
- main.py
- README.md
- article_6233728.json
- article_6272941.json
- article_6272952.json
- article_6283125.json
- article_6338764.json
- article_6338765.json
- article_6378378.json
- article_6378407.json
- article_6399305.json
- article_6402865.json
- article_6425277.json
- article_6431339.json
- article_6431922.json
- article_6468065.json
- article_6485334.json
- article_6503842.json
- article_6516417.json
- article_6582257.json
- article_6582391.json
- article_6584194.json
- article_6584249.json
- article_6613520.json
- article_6613605.json
- article_6613629.json
- article_6613657.json
- article_6614161.json
- article_6614209.json
- article_6614457.json
- article_6639781.json
- article_6640792.json
- article_6640864.json
- article_6640875.json
- article_6641048.json
- article_6643004.json
- article_6643036.json
- article_6643167.json
- article_6643200.json
- article_6643435.json
- article_6653653.json
- article_6654000.json
- article_6654303.json
- article_6681258.json
- article_6684216.json
- article_6696591.json
- article_6705023.json
- article_6742369.json
- article_6781152.json
- article_6781222.json
- article_6781228.json
- article_6783457.json
- article_6811186.json
- article_6824809.json
- article_6825453.json
- article_6837156.json
- article_6843909.json
- article_6843914.json
- article_6882433.json
- article_6891753.json
- article_6891767.json
- article_6891781.json
- article_6891827.json
- article_6891829.json
- article_6891831.json
- article_6891834.json
- article_6891839.json
- article_6897179.json
- article_6897186.json
- article_6897191.json
- article_6897194.json
- article_6897198.json
- article_6897199.json
- article_6897202.json
- article_6897204.json
- article_6897213.json
- article_6901266.json
- article_6950777.json
- __init__.py
- customer_service.py
- dbos-config.yaml
- docker-compose.yaml
- durable_swarm.py
- main.py
- Makefile
- prep_data.py
- README.md
- requirements.txt
- agents.py
- dbos-config.yaml
- durable_swarm.py
- evals.py
- evals_util.py
- README.md
- run.py
- agents.py
- dbos-config.yaml
- durable_swarm.py
- evals.py
- README.md
- run.py
- .gitignore
- durable_swarm.py
- LICENSE
- README.md
- start_postgres_docker.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
