Skip to main content

An intelligent wrapper around Claude Code SDK for automated problem-solving

Project description

Claude Code Supervisor

PyPI version Python Support License: MIT

An intelligent wrapper around Claude Agent SDK that provides automated problem-solving capabilities with session management, progress monitoring, and intelligent feedback loops.

๐Ÿš€ Features

  • Automated Problem Solving: Describes problems to Claude Code and gets complete solutions
  • Session Management: Maintains context across multiple iterations with intelligent workflow orchestration
  • Progress Monitoring: Real-time tracking of Claude's progress via todo list updates and output analysis
  • Intelligent Feedback Loop: LLM-powered guidance generation that analyzes Claude's work and provides specific, actionable feedback when issues arise
  • ๐Ÿ†• Custom Tools Support (v1.1.0): Extend capabilities by providing custom tools to coding agent, supervisor, or both
  • Plan Mode: Intelligent plan generation, review, and iterative refinement before execution (inspired by validation patterns)
  • Custom Prompt Overrides: Separate customizable prompts for execution and plan mode instructions
  • Dual Graph Architecture: Independent plan graph and execution graph for clean separation of concerns
  • Data I/O Support: Handles various data formats (lists, dicts, CSV, DataFrames, etc.)
  • Custom Prompts: Guide implementation toward specific patterns or requirements
  • Test Automation: Automatically generates and runs tests for solutions
  • Multiple Providers: Support for Anthropic, AWS Bedrock, and OpenAI

๐Ÿง  How It Works

Claude Code Supervisor uses a two-agent architecture where agents work together to solve coding problems:

The Two Agents

  1. Coding Agent (Claude Code)

    • Autonomous coding assistant that writes, edits, and tests code
    • Has access to tools: Read, Write, Edit, Bash, Grep, etc.
    • Can plan its own work using todo lists
    • Executes the actual implementation
  2. Supervisor Agent (LLM)

    • Orchestrates the coding process
    • Analyzes the coding agent's work
    • Generates intelligent feedback when issues arise
    • Decides when solution is complete or needs refinement

Workflow

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    SUPERVISOR AGENT (LLM)                   โ”‚
โ”‚  โ€ข Receives problem description from user                   โ”‚
โ”‚  โ€ข Generates instructions for coding agent                  โ”‚
โ”‚  โ€ข Reviews results and provides feedback                    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                  โ”‚ Instructions
                  โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                 CODING AGENT (Claude Code)                  โ”‚
โ”‚  โ€ข Reads the instructions                                   โ”‚
โ”‚  โ€ข Plans work with todo lists                               โ”‚
โ”‚  โ€ข Writes/edits code using tools                            โ”‚
โ”‚  โ€ข Runs tests to verify solution                            โ”‚
โ”‚  โ€ข Reports results back                                     โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                  โ”‚ Results (code, tests, logs)
                  โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    SUPERVISOR AGENT (LLM)                   โ”‚
โ”‚  โ€ข Analyzes results and test outcomes                       โ”‚
โ”‚  โ€ข If successful: Done! โœ“                                   โ”‚
โ”‚  โ€ข If failed: Generate specific feedback โ†’ repeat cycle     โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Key Benefits of This Architecture

  • Separation of Concerns: Coding agent focuses on implementation, supervisor focuses on strategy
  • Intelligent Feedback: Supervisor provides targeted guidance instead of generic retries
  • Autonomous Operation: No human intervention needed during iterations
  • Cost Effective: Use expensive models (GPT-4) for supervisor, efficient models for coding
  • Extensible: Add custom tools to either agent independently

Example Flow

# User provides problem
agent = FeedbackSupervisorAgent()
result = agent.process("Create a sorting algorithm with tests")

# Behind the scenes:
# 1. Supervisor โ†’ Coding Agent: "Create a sorting function with comprehensive tests"
# 2. Coding Agent: Writes sort.py and test_sort.py, runs tests
# 3. Coding Agent โ†’ Supervisor: "Tests failing: IndexError on line 15"
# 4. Supervisor analyzes: "Array bounds issue detected"
# 5. Supervisor โ†’ Coding Agent: "Fix the index bounds check in line 15"
# 6. Coding Agent: Fixes the bug, re-runs tests
# 7. Coding Agent โ†’ Supervisor: "All tests passing!"
# 8. Supervisor: "Solution complete!" โœ“

๐Ÿ“ฆ Installation

From PyPI (recommended)

pip install claude-code-supervisor

From Source

git clone https://github.com/vinyluis/claude-code-supervisor.git
cd claude-code-supervisor
pip install -e .

๐Ÿ› ๏ธ Prerequisites

  1. Claude Code CLI:

    npm install -g @anthropic-ai/claude-code
    
  2. API Key (choose one):

    # Anthropic (default)
    export ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY>
    
    # AWS Bedrock
    export AWS_ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID>
    export AWS_SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY>
    export AWS_REGION=<AWS_REGION>
    
  3. LLM API Key (for guidance, choose one):

    # OpenAI (default)
    export OPENAI_API_KEY="your-openai-api-key"
    # Configure supervisor_config.json with "provider": "openai"
    
    # AWS Bedrock (for guidance LLM)
    # Will use the access keys above
    # Configure supervisor_config.json with "provider": "bedrock"
    

๐Ÿš€ Quick Start

Basic Usage

from claude_code_supervisor import SingleShotSupervisorAgent

# Initialize the agent
agent = SingleShotSupervisorAgent()

# Solve a problem
result = agent.process(
    "Create a function to calculate fibonacci numbers",
    solution_path='solution.py',
    test_path='test_solution.py'
)

if result.is_solved:
    print(f"Solution: {agent.solution_path}")
    print(f"Tests: {agent.test_path}")

๐ŸŽฏ Supervisor Types

Claude Code Supervisor provides two main supervisor types for different use cases:

FeedbackSupervisorAgent

Iterative supervisor with intelligent feedback loops - continues refining solutions until success or max iterations:

from claude_code_supervisor import FeedbackSupervisorAgent

agent = FeedbackSupervisorAgent()
result = agent.process("Create a complex sorting algorithm")
# Will iterate with intelligent feedback until solved

Best for:

  • Complex problems requiring multiple iterations
  • Maximum solution quality with automated improvement
  • Problems where first attempts commonly fail
  • When you want intelligent error analysis and guidance

SingleShotSupervisorAgent

Single-execution supervisor without iteration - fast, deterministic results:

from claude_code_supervisor import SingleShotSupervisorAgent

agent = SingleShotSupervisorAgent()
result = agent.process("Create a simple utility function")
# Executes once and reports results

Best for:

  • Simple problems that don't require iteration
  • Fast code generation and testing
  • When iteration is handled externally
  • Benchmarking Claude Code capabilities

With Input/Output Data

# Process data with input/output examples
result = agent.process(
    "Sort this list in ascending order",
    input_data=[64, 34, 25, 12, 22, 11, 90, 5],
    output_data=[5, 11, 12, 22, 25, 34, 64, 90]
)

With Custom Prompts

# Guide implementation style
agent = FeedbackSupervisorAgent(
    append_system_prompt="Use object-oriented programming with SOLID principles"
)

result = agent.process("Create a calculator with basic operations")

# ๐Ÿ†• Custom prompts for both execution and plan mode
result = agent.process(
    "Create a data processing pipeline",
    instruction_prompt="Use functional programming with immutable data structures",
    plan_mode_instruction_prompt="Focus on scalability and performance optimization",
    enable_plan_mode=True
)

Bring Your Own Model (BYOM)

# Use your own LangChain LLM for guidance
from langchain_openai import ChatOpenAI

custom_llm = ChatOpenAI(model='gpt-4o-mini', temperature=0.2)
agent = FeedbackSupervisorAgent(llm=custom_llm)
result = agent.process("Create a data processing function")

With Custom Configuration

# Pass configuration as type-safe dataclass
from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import openai_config

config = openai_config(model_name='gpt-4o-mini', temperature=0.1)
config.agent.max_iterations = 3
config.claude_code.max_turns = 25

agent = FeedbackSupervisorAgent(config=config)
result = agent.process(
    "Create a web scraper function",
    solution_path='scraper.py',
    test_path='test_scraper.py'
)

๐Ÿ†• With Plan Mode (Intelligent Planning)

# Enable plan mode with intelligent review and refinement
from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import plan_mode_config

config = plan_mode_config(
    max_plan_iterations=3,
    plan_auto_approval_threshold=0.8,
    plan_review_enabled=True
)

agent = FeedbackSupervisorAgent(config=config)
result = agent.process(
    "Create a comprehensive calculator module with advanced operations",
    solution_path='calculator.py',
    test_path='test_calculator.py',
    enable_plan_mode=True  # Enable plan mode for this specific task
)

# Alternative: Pass enable_plan_mode directly without config changes
agent = FeedbackSupervisorAgent()
result = agent.process(
    "Create a web scraper with error handling",
    enable_plan_mode=True,
    plan_mode_instruction_prompt="Focus on robustness and rate limiting"
)

# Plan mode workflow:
# 1. Generates execution plan using Claude Code's plan mode
# 2. LLM reviews plan and scores quality (0.0-1.0)
# 3. Iteratively refines plan based on feedback (if needed)
# 4. Executes approved plan with full implementation

๐Ÿ†• With Custom Tools (v1.1.0+)

Extend supervisor capabilities by providing custom tools to either the coding agent (Claude Code) or the supervisor LLM, or both:

from claude_agent_sdk import tool
from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import SupervisorConfig, ClaudeCodeConfig

# Define a custom tool using @tool decorator
@tool(
    name='validate_code_style',
    description='Validates code follows project style guidelines',
    input_schema={'code': str, 'language': str}
)
async def validate_code_style(args: dict) -> dict:
    '''Custom validation logic for your project'''
    code = args['code']
    language = args.get('language', 'python')

    # Your validation logic here
    is_valid = True  # ... validation code ...

    return {
        'content': [{
            'type': 'text',
            'text': f'Code style is {"valid" if is_valid else "invalid"}'
        }]
    }

# Scenario 1: Tools for coding agent only (extends Claude Code capabilities)
config = SupervisorConfig(
    claude_code=ClaudeCodeConfig(
        coding_agent_tools=[validate_code_style]
    )
)
agent = FeedbackSupervisorAgent(config=config)
result = agent.process('Create a Python module with proper style')

# Scenario 2: Tools for both agents (shared capabilities)
@tool('analyze_complexity', 'Analyze code complexity', {'code': str})
async def analyze_complexity(args: dict) -> dict:
    # Complexity analysis logic
    return {'content': [{'type': 'text', 'text': 'Complexity: O(n)'}]}

config = SupervisorConfig(
    claude_code=ClaudeCodeConfig(
        shared_tools=[analyze_complexity]  # Available to both supervisor and coding agent
    )
)
agent = FeedbackSupervisorAgent(config=config)

# Scenario 3: Separate tools for each agent
from langchain_core.tools import tool as langchain_tool

# Define a LangChain tool for supervisor
@langchain_tool
def review_architecture(code: str) -> str:
    '''Reviews code architecture and provides feedback'''
    # Supervisor-specific analysis
    return 'Architecture looks good'

config = SupervisorConfig(
    claude_code=ClaudeCodeConfig(
        coding_agent_tools=[validate_code_style],   # SDK tools for Claude Code
        supervisor_agent_tools=[review_architecture], # LangChain tools for supervisor LLM
        shared_tools=[analyze_complexity]            # SDK tools for Claude Code (both agents coming soon)
    )
)

Tool Types:

  • coding_agent_tools: SDK tools (using @tool decorator from claude_agent_sdk) for Claude Code agent
  • supervisor_agent_tools: LangChain tools (using @tool from langchain_core.tools) for supervisor LLM
  • shared_tools: SDK tools for Claude Code agent (supervisor support coming in future release)

Benefits of Custom Tools:

  • Extend capabilities per project without modifying supervisor code
  • Reusable tools across different projects
  • Type-safe tool definitions with appropriate decorators
  • Clean separation: tools can target specific agents
  • Full access to SDK's MCP features for coding agent
  • LangChain's tool ecosystem for supervisor LLM

Use Cases:

  • Project-specific validation (coding style, architecture patterns)
  • Domain-specific analysis (database queries, API contracts)
  • Integration with external services (linters, formatters, CI/CD)
  • Custom test frameworks or validation logic
  • Data processing and transformation utilities

See SDK_UPGRADE_PLAN.md Appendix for more detailed examples.

Advanced Configuration Examples

# Use structured, type-safe configuration with dataclasses
from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import (
    SupervisorConfig, AgentConfig, ClaudeCodeConfig,
    development_config, openai_config, bedrock_config
)

# Method 1: Use convenience functions
config = development_config()  # Pre-configured for development
agent = FeedbackSupervisorAgent(config=config)

# Method 2: Use builder functions with customization
config = openai_config(model_name='gpt-4o-mini', temperature=0.2)
config.agent.max_iterations = 5
agent = FeedbackSupervisorAgent(config=config)

# Method 3: Build from scratch with type safety
config = SupervisorConfig(
    agent=AgentConfig(
        model_name='gpt-4o',
        temperature=0.1,
        provider='openai',
        max_iterations=3,
        test_timeout=60
    ),
    claude_code=ClaudeCodeConfig(
        max_turns=20,
        use_bedrock=False,
        tools=['Read', 'Write', 'Edit', 'Bash', 'TodoWrite']  # Custom tool set
    )
)
agent = FeedbackSupervisorAgent(config=config)
result = agent.process(
    "Create a validation function",
    solution_path='validator.py',
    test_path='test_validator.py'
)

Combining Configuration with Custom LLM

# Use dataclass config + custom LLM together
from langchain_aws import ChatBedrockConverse
from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import SupervisorConfig, AgentConfig

# Custom LLM for guidance
guidance_llm = ChatBedrockConverse(
    model='anthropic.claude-3-haiku-20240307-v1:0',
    temperature=0.1,
)

# Type-safe configuration (model settings in custom LLM are ignored when llm is provided)
config = SupervisorConfig(
    agent=AgentConfig(max_iterations=2, test_timeout=45)
)

agent = FeedbackSupervisorAgent(config=config, llm=guidance_llm)
result = agent.process(
    "Create a file parser",
    solution_path='parser.py',
    test_path='test_parser.py'
)

๐Ÿ“Š Data Format Support

The supervisor supports various data formats:

  • Lists: [1, 2, 3, 4]
  • Dictionaries: {"name": "Alice", "age": 30}
  • Pandas DataFrames: For data analysis tasks
  • NumPy Arrays: For numerical computations
  • Strings: Text processing tasks
  • CSV Data: Business logic and data processing

๐ŸŽฏ Examples

Check out the examples directory for detailed usage examples:

  • Basic Usage (basic_usage.py): Simple problem solving without I/O
  • ๐Ÿ†• Plan Mode (plan_mode_example.py): Intelligent planning with review and refinement
  • Data Processing:
    • list_sorting_example.py: Working with lists and numbers
    • dictionary_processing_example.py: Processing employee dictionaries
    • csv_processing_example.py: Complex inventory data processing
  • Custom Prompts:
    • oop_prompt_example.py: Object-oriented programming patterns
    • performance_prompt_example.py: Performance-optimized implementations
    • data_science_prompt_example.py: Data science best practices with pandas

๐Ÿ”ง Configuration

SupervisorAgent uses type-safe dataclass configuration for better IDE support and validation:

Quick Setup with Convenience Functions

from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import openai_config, bedrock_config

# OpenAI configuration
config = openai_config(model_name='gpt-4o-mini', temperature=0.2)
agent = FeedbackSupervisorAgent(config=config)

# AWS Bedrock configuration
config = bedrock_config(
  model_name='anthropic.claude-3-haiku-20240307-v1:0',
)
agent = FeedbackSupervisorAgent(config=config)

Custom Configuration from Scratch

from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import SupervisorConfig, AgentConfig, ClaudeCodeConfig

# Build custom configuration
config = SupervisorConfig(
  agent=AgentConfig(
    model_name='gpt-4o',
    temperature=0.1,
    provider='openai',
    max_iterations=5,
    test_timeout=60
  ),
  claude_code=ClaudeCodeConfig(
    max_turns=25,
    use_bedrock=False,
    max_thinking_tokens=8000
  )
)

agent = FeedbackSupervisorAgent(config=config)

Environment-Specific Configurations

from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import (
    development_config, production_config,
    plan_mode_config, plan_mode_development_config
)

# Development environment (uses gpt-4o-mini, higher iterations)
dev_config = development_config()
dev_agent = FeedbackSupervisorAgent(config=dev_config)

# Production environment (uses gpt-4o, optimized settings)
prod_config = production_config()
prod_agent = FeedbackSupervisorAgent(config=prod_config)

# ๐Ÿ†• Plan mode configurations
# Thorough plan review for complex tasks
plan_config = plan_mode_config(
    max_plan_iterations=5,
    plan_auto_approval_threshold=0.9
)
plan_agent = FeedbackSupervisorAgent(config=plan_config)

# Plan mode optimized for development
dev_plan_config = plan_mode_development_config()
dev_plan_agent = FeedbackSupervisorAgent(config=dev_plan_config)

Tool Configuration

Claude Code has access to various tools. By default, all tools are enabled, but you can customize which tools are available:

from claude_code_supervisor import FeedbackSupervisorAgent
from claude_code_supervisor.config import SupervisorConfig, ClaudeCodeConfig
from claude_code_supervisor.utils import ToolsEnum

# All tools (default)
config = SupervisorConfig(
    claude_code=ClaudeCodeConfig(tools=ToolsEnum.all())
)

# Custom tool set
config = SupervisorConfig(
    claude_code=ClaudeCodeConfig(
        tools=['Read', 'Write', 'Edit', 'Bash', 'TodoWrite', 'LS', 'Grep']
    )
)

# Minimal tools for simple tasks
from claude_code_supervisor.config import minimal_tools_config
config = minimal_tools_config()

# Notebook-focused tools
from claude_code_supervisor.config import notebook_config
config = notebook_config()

Available Tools:

  • Read, Write, Edit, MultiEdit - File operations
  • Bash - Command execution
  • LS, Glob, Grep - File system navigation and search
  • TodoWrite - Task management
  • NotebookRead, NotebookEdit - Jupyter notebook support
  • WebFetch, WebSearch - Web access
  • Agent - Delegate tasks to other agents

๐Ÿ—๏ธ Architecture Improvements

Dual Graph Architecture

The supervisor now uses two independent LangGraph workflows:

  • Plan Graph: Handles plan generation, review, and refinement (when plan mode is enabled)
  • Execution Graph: Handles the main implementation workflow

This separation provides cleaner architecture, better error isolation, and more focused workflows.

Unified Claude Integration

The _claude_run method now supports both PlanState and WorkflowState directly, eliminating unnecessary state conversions and improving performance.

Utility Functions

Core utility functions are organized in claude_code_supervisor.utils:

from claude_code_supervisor.utils import is_quota_error, node_encountered_quota_error

# Check for API quota/credit errors in text
if is_quota_error(error_message):
    print("API quota exceeded")

# Check if workflow state indicates quota errors  
if node_encountered_quota_error(workflow_state):
    print("Node encountered quota error")

๐Ÿงช Testing

Run the test suite:

# Run all tests
pytest

# Run with coverage
pytest --cov=claude_code_supervisor

# Run specific test categories
pytest -m "unit"
pytest -m "integration"

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ™ Acknowledgments

๐Ÿ“š Documentation

For detailed usage examples, see the examples directory and the configuration examples above.

๐Ÿ› Issues

Found a bug? Have a feature request? Please open an issue.


Made with โค๏ธ by Vinรญcius Trevisan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_code_supervisor-0.5.0.tar.gz (68.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_code_supervisor-0.5.0-py3-none-any.whl (49.6 kB view details)

Uploaded Python 3

File details

Details for the file claude_code_supervisor-0.5.0.tar.gz.

File metadata

  • Download URL: claude_code_supervisor-0.5.0.tar.gz
  • Upload date:
  • Size: 68.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for claude_code_supervisor-0.5.0.tar.gz
Algorithm Hash digest
SHA256 071dfafc31776f52d8fbb2e900e0016a232a06d807a38dbabe8264d8c0bb0d81
MD5 08278a8959e0b306b7ae4a34fffe0a2b
BLAKE2b-256 52aebc521b87983128c88eef2a3ead24e9825895bc197d74fcd5ba68e5e3f363

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_code_supervisor-0.5.0.tar.gz:

Publisher: publish.yml on vinyluis/claude-code-supervisor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file claude_code_supervisor-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_code_supervisor-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f15eeaf6648d466b5ee7f1962b70472ebddde57c130c2bc29a2f358b512f2e46
MD5 79f20b8e627831dd2a8a14b5f693306a
BLAKE2b-256 2924c833440b1584c64ff13bcda9110aaddab6c3566439373d310526c481083a

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_code_supervisor-0.5.0-py3-none-any.whl:

Publisher: publish.yml on vinyluis/claude-code-supervisor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page