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.
spreadsheet_example.py- Basic spreadsheet functionality examplespreadsheet_swarm_usage.py- Usage example for spreadsheet swarmsagent_config_example.csv- Configuration file for agents
crypto_tax_swarm/crypto_tax_spreadsheet.py- Crypto tax calculation swarmcrypto_tax_swarm/crypto_tax_swarm_spreadsheet.csv- Output data
financial_analysis/swarm_csv.py- Financial analysis swarm implementationfinancial_analysis/swarm.csv- Financial analysis output data
spreadsheet_swarm_run_id_*.csv- Various run outputs from spreadsheet swarmsswarm_outputs/- Directory containing metadata and detailed outputs from swarm executions
Each example demonstrates different aspects of spreadsheet integration with multi-agent systems:
- Basic Spreadsheet Operations: Use
spreadsheet_example.pyto understand fundamental spreadsheet functionality - Swarm Integration: Use
spreadsheet_swarm_usage.pyto see how swarms interact with spreadsheets - Specialized Use Cases: Explore the
crypto_tax_swarm/andfinancial_analysis/folders for domain-specific examples
Use agent_config_example.csv as a template for configuring agents in your spreadsheet-based workflows.