Skip to content

UtkarshS007/hello-py

 
 

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

Take-home assessment for the RL Environment Engineer role

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%