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.
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.