AutoBoltAgent is a small Python package that provides AI-powered assistance for bolt design tasks. It aims to help engineers prototype bolt specifications and explore design options programmatically.
Key points:
- Lightweight library packaged under
autoboltagent. - Includes example tools for low- and high-fidelity bolt generation and helper inputs.
- Python 3.10+
- (Optional) Conda for easy environment setup — an
environment.ymlis included in the repository.
- Create and activate a Python environment (optional, using conda):
# create (first time)
conda env create -f environment.yml
# activate
conda activate autoboltagent- Install the package in editable mode:
pip install -e .- Use the package from Python. Example (interactive):
from autoboltagent import agents, prompts