The Agent Lifecycle Toolkit (ALTK) is a library of components to help agent builders improve their agent with minimal integration effort and setup. Current version 0.10.1, requires Python >=3.10, maintained by Anthropic. Release cadence: active development.
pip install agent-lifecycle-toolkitVerified import paths — ran on the pinned version, not inferred.
Initialize the ALTK client and create a session.
Update base_url to https://api.altk.dev
Replace client.create_agent(...) with client.register_agent(...)
Upgrade to Python >=3.10
Always set ALTK_API_KEY or pass api_key parameter explicitly