You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 days ago | |
---|---|---|
.. | ||
crypto_tax_swarm | 7 days ago | |
financial_analysis | 7 days ago | |
swarm_outputs/Spreedsheet-Swarm-Financial-Analysis-Swarm/Financial-Analysis-Swarm | 7 days ago | |
README.md | 7 days ago | |
agent_config_example.csv | 7 days ago | |
spreadsheet_example.py | 7 days ago | |
spreadsheet_swarm_run_id_69f4c23f5a97477ab2b8114521c33fd4.csv | 7 days ago | |
spreadsheet_swarm_run_id_02575aa12829486c91967c24b927100b.csv | 7 days ago | |
spreadsheet_swarm_run_id_b93a2946b074493f8fa34a47377b2625.csv | 7 days ago | |
spreadsheet_swarm_usage.py | 7 days ago |
README.md
Spreadsheet Examples
This folder contains all spreadsheet-related examples for multi-agent systems, merged from the previous new_spreadsheet_new_examples
and new_spreadsheet_swarm_examples
folders.
Contents
Core Examples
spreadsheet_example.py
- Basic spreadsheet functionality examplespreadsheet_swarm_usage.py
- Usage example for spreadsheet swarmsagent_config_example.csv
- Configuration file for agents
Specialized Swarm Examples
Crypto Tax Swarm
crypto_tax_swarm/crypto_tax_spreadsheet.py
- Crypto tax calculation swarmcrypto_tax_swarm/crypto_tax_swarm_spreadsheet.csv
- Output data
Financial Analysis
financial_analysis/swarm_csv.py
- Financial analysis swarm implementationfinancial_analysis/swarm.csv
- Financial analysis output data
Output Data
spreadsheet_swarm_run_id_*.csv
- Various run outputs from spreadsheet swarmsswarm_outputs/
- Directory containing metadata and detailed outputs from swarm executions
Usage
Each example demonstrates different aspects of spreadsheet integration with multi-agent systems:
- Basic Spreadsheet Operations: Use
spreadsheet_example.py
to understand fundamental spreadsheet functionality - Swarm Integration: Use
spreadsheet_swarm_usage.py
to see how swarms interact with spreadsheets - Specialized Use Cases: Explore the
crypto_tax_swarm/
andfinancial_analysis/
folders for domain-specific examples
Configuration
Use agent_config_example.csv
as a template for configuring agents in your spreadsheet-based workflows.