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.2.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.1.2-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: achilles_optimizer-0.1.2.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.1.2.tar.gz
Algorithm Hash digest
SHA256 b5f6d7e60bb8def8e311b8cce6ec48dc3f37d74c7cbd45ffd62286f69d40dbfe
MD5 d4152075140be0922b023e8e7529cd61
BLAKE2b-256 83e57b858344193e388f440d6ef68e8bf6dd01cadd002904f9824ad87623d5e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for achilles_optimizer-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 574b9dd39951941cc1c83264c30ec70aee06678e000ecd6bfd24f76a21d58f24
MD5 4d1f8c3454fc07865f3d1916ef50b895
BLAKE2b-256 da0a25b11ee945247566509ddd0beef9c995b5957744b72ab58ad59b0bbc8626

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