Skip to content

preferencemodel/hello-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-py

Setup instructions:

  1. Clone the repository:

    git clone https://github.com/preferencemodel/hello-py.git
    
  2. Navigate to the project directory:

    cd hello-py
    
  3. Set up ANTHROPIC_API_KEY environment variable:

    export ANTHROPIC_API_KEY=your_api_key_here
    
  4. Run the agent:

    uv run main.py
    

Execution Modes

The test suite supports both concurrent and sequential execution.

To change modes, edit the concurrent parameter at the bottom of main.py:

asyncio.run(main(concurrent=True))
asyncio.run(main(concurrent=False))

When running concurrently, results print as they complete (not in run order) for faster overall execution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages