Agent substrate: event schemas, identity, telemetry bridge, plugin registry
Project description
agentcore-sdk
Agent substrate: event schemas, identity, telemetry bridge, plugin registry
Part of the AumOS open-source agent infrastructure portfolio.
Features
- Canonical
AgentEventtaxonomy (started, stopped, tool call, decision, cost incurred, and more) with full serde support and causal parent-event links - Thread-safe in-process
EventBuswith type-scoped and global subscriptions, configurable history buffer, and exception-safe async dispatch AgentIdentitydataclass andIdentityRegistryfor stable agent identity across restarts- OpenTelemetry bridge that maps agent lifecycle events to OTel spans without requiring OTel to be installed
- YAML-driven config loader with Pydantic v2 validation and environment-variable override support
- Extensible plugin architecture via Python entry-points — implement
AgentPlugin, declare an entry-point, and the registry auto-discovers your plugin at startup - Adapters for LangChain and CrewAI that translate framework-native events into
AgentEventpayloads
Quick Start
Install from PyPI:
pip install agentcore-sdk
Verify the installation:
agentcore-sdk version
Basic usage:
import agentcore
# See examples/01_quickstart.py for a working example
Documentation
Enterprise Upgrade
For production deployments requiring SLA-backed support and advanced integrations, contact the maintainers or see the commercial extensions documentation.
Contributing
Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request.
License
Apache 2.0 — see LICENSE for full terms.
Part of AumOS — open-source agent infrastructure.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aumos_agentcore_sdk-0.1.0.tar.gz.
File metadata
- Download URL: aumos_agentcore_sdk-0.1.0.tar.gz
- Upload date:
- Size: 81.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
645afefe3559a0a530dd671efef30bdb481d90bbe3e3226d6a1f088dfe3783c6
|
|
| MD5 |
31e7997b83388157f19cb0d8e9d75600
|
|
| BLAKE2b-256 |
d28a72b33057087de9fa29d8849caf869504955ec2d57e9c19dc3e05234469dc
|
File details
Details for the file aumos_agentcore_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aumos_agentcore_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 74.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c3be1c1f4ba3d639b5d75178e1f20d29f8e5bf6facaa05638c7390c2b5ea9f
|
|
| MD5 |
88cff106f873ed2fa1813d2589eeeee6
|
|
| BLAKE2b-256 |
66aef50df1973cbf80fbe85cc4061316973aaaaf7dcf284d3034122d256530bd
|