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.2.0.tar.gz (22.0 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.2.0-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: achilles_optimizer-0.2.0.tar.gz
  • Upload date:
  • Size: 22.0 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.2.0.tar.gz
Algorithm Hash digest
SHA256 076612039945b8bbf13c20f6850c9cf18986a558c881c4f2d878a2c4c6987f57
MD5 1670577c5d23118988792476e898ed70
BLAKE2b-256 1cc05d7fe8049fdb5404b113e3759348b50a3cea646d5edcf04e20f930153906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for achilles_optimizer-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0dba7701b1a1e51170987f2ca342afb819ff5ef4f70ecd18e5c166cf14f09930
MD5 717916e3b16440a44ff4e0f067dc13e2
BLAKE2b-256 17a43e2f5648187f1c84ed21c17bafcc54f5378fadc0183b0d8037864c109586

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