Skip to main content

Claude-Powered Python Performance Optimizer

Project description

                 Achilles Logo   


Achilles: LLM-powered Python performance optimizer

How to use Achilles

Install Achilles using the following command:

uv add achilles-optimizer

Once Achilles is installed, you can optimize a python executable using the following command:

uv run achilles optimize your_python_file.py --your_python_args

If you've already ran Achilles once, you can benchmark it against the non-optimized python code with the following command:

uv run achilles benchmark your_python_file.py --your_python_args

To run a python executable using achillles, just type the following command:

uv run achilles run your_python_file.py --your_python_args

Additional Information

Requirements

  • Python 3.13 or later
  • uv package manager
  • An Anthropic API key (Claude)

Environment Setup

You can set up your Anthropic API key in one of two ways:

  1. Set the ANTHROPIC_API_KEY environment variable
  2. Create a .env file in your project directory with the following content:
    ANTHROPIC_API_KEY=your_api_key_here
    

How It Works

Achilles uses Claude to analyze your Python code and optimize its performance by:

  • Identifying bottlenecks through profiling
  • Implementing optimizations automatically in C++
  • Importing these optimizations at runtime

Command Reference

Command Description
uv run achilles optimize <file.py> Analyzes and optimizes your Python file
uv run achilles benchmark <file.py> Compares optimized vs. original performance
uv run achilles run <file.py> Runs your Python file with Achilles

Contributing

Contributions are welcome! Feel free to submit issues or pull requests on GitHub.

License

This project is open source. See the repository for license details.

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

achilles_optimizer-0.1.4.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

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

achilles_optimizer-0.1.4-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file achilles_optimizer-0.1.4.tar.gz.

File metadata

  • Download URL: achilles_optimizer-0.1.4.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for achilles_optimizer-0.1.4.tar.gz
Algorithm Hash digest
SHA256 3b79bd14c222affa4b018738aa8ed721eb1b98a3cc860899557c37dff7633154
MD5 a77dc706c31daf767ce5315b25d80ebf
BLAKE2b-256 65603144f355da106e2a023bd44cfa20b9ab143a314ca49af07cd516e4f2e0b8

See more details on using hashes here.

File details

Details for the file achilles_optimizer-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for achilles_optimizer-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e22a130a82e8f3fb0edb68255d093a5cdfcbee4acedbf55d3f0ed17e00247636
MD5 0ad589ac677658dc66dd89b676bbd3be
BLAKE2b-256 876fab9d9fe1b1301e2645ce3ad915068495e6f638c45aa0ca96a97378884285

See more details on using hashes here.

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