Skip to main content

Package Manager for AI Agent tools

Project description

AutoPack

AutoPack is a Python library and CLI designed to interact with the AutoPack repository repository, a collection of tools for AI. It is designed to be agent-neutral with a simple interface.

Installation

You can install AutoPack using pip:

pip install autopack-tools

Usage

AutoPack provides both a CLI and a Python library for interacting with the AutoPack repository.

CLI: autopack

  • Search for Packs: autopack search {query}
  • Install Packs: autopack install {Pack ID}

Python library: autopack

The autopack Python library allows you to work with Packs programmatically. Key functionalities include:

  • Search for Packs: pack_search(query)
  • Get a Pack: get_pack(pack_id)
  • Get all installed Packs: get_all_installed_packs()
  • Install a Pack: install_pack(pack_id)
  • Select packs using an LLM: select_packs(task_description, llm)

For detailed examples and more information, refer to the AutoPack documentation.

Contributing

We welcome contributions to the AutoPack ecosystem. Here are some ways you can help:

  • Create new tools! Expand the AutoPack repository by developing and submitting your own tools. Share your ideas and solutions with the AutoPack community.
  • Try it out for yourself: Test AutoPack in your projects and provide feedback. Share your experiences, report bugs, and suggest improvements by opening issues on GitHub.
  • Contribute code: Help improve AutoPack by opening pull requests. You can choose to work on unresolved issues or implement new features that you believe would enhance the functionality of the library. Please note that the AutoPack library is intentionally designed to be compact and straightforward.

We appreciate your contributions and look forward to your involvement in making AutoPack a vibrant and valuable resource for the autonomous AI community.

License

AutoPack is released under the MIT License.

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

autopack_tools-0.4.6.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

autopack_tools-0.4.6-py3-none-any.whl (22.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page