mack is a Python library for building and managing AI agents. The current version is 0.5.0, with a pre-1.0 release cadence indicating rapid development.
pip install mackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of mack: create an Agent with an API key and run a prompt.
Set MACK_API_KEY environment variable or pass api_key parameter.
Use Agent class with run method instead.
Use 'from mack import Agent' instead of 'from mack.agent import Agent'.
No dependency data recorded yet.