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.
swarms/examples/multi_agent/spreadsheet_examples
Kye Gomez e7a1520815
[EXAMPLES][SpreadsheetSwarm cleanup]
7 days ago
..
crypto_tax_swarm [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
financial_analysis [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
swarm_outputs/Spreedsheet-Swarm-Financial-Analysis-Swarm/Financial-Analysis-Swarm [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
README.md [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
agent_config_example.csv [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
spreadsheet_example.py [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
spreadsheet_swarm_run_id_69f4c23f5a97477ab2b8114521c33fd4.csv [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
spreadsheet_swarm_run_id_02575aa12829486c91967c24b927100b.csv [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
spreadsheet_swarm_run_id_b93a2946b074493f8fa34a47377b2625.csv [EXAMPLES][SpreadsheetSwarm cleanup] 7 days ago
spreadsheet_swarm_usage.py [EXAMPLES][SpreadsheetSwarm cleanup] 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 example
  • spreadsheet_swarm_usage.py - Usage example for spreadsheet swarms
  • agent_config_example.csv - Configuration file for agents

Specialized Swarm Examples

Crypto Tax Swarm

  • crypto_tax_swarm/crypto_tax_spreadsheet.py - Crypto tax calculation swarm
  • crypto_tax_swarm/crypto_tax_swarm_spreadsheet.csv - Output data

Financial Analysis

  • financial_analysis/swarm_csv.py - Financial analysis swarm implementation
  • financial_analysis/swarm.csv - Financial analysis output data

Output Data

  • spreadsheet_swarm_run_id_*.csv - Various run outputs from spreadsheet swarms
  • swarm_outputs/ - Directory containing metadata and detailed outputs from swarm executions

Usage

Each example demonstrates different aspects of spreadsheet integration with multi-agent systems:

  1. Basic Spreadsheet Operations: Use spreadsheet_example.py to understand fundamental spreadsheet functionality
  2. Swarm Integration: Use spreadsheet_swarm_usage.py to see how swarms interact with spreadsheets
  3. Specialized Use Cases: Explore the crypto_tax_swarm/ and financial_analysis/ folders for domain-specific examples

Configuration

Use agent_config_example.csv as a template for configuring agents in your spreadsheet-based workflows.