Skip to content

cmudrc/AutoBoltAgent

Repository files navigation

Tests

AutoBoltAgent

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.

Requirements

  • Python 3.10+
  • (Optional) Conda for easy environment setup — an environment.yml is included in the repository.

Quick start

  1. Create and activate a Python environment (optional, using conda):
# create (first time)
conda env create -f environment.yml
# activate
conda activate autoboltagent
  1. Install the package in editable mode:
pip install -e .
  1. Use the package from Python. Example (interactive):
from autoboltagent import agents, prompts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages