@agentlair/autogen
v0.0.1
Published
AgentLair behavioral telemetry adapter for Microsoft AutoGen — reserved namespace stub. See https://agentlair.dev
Downloads
31
Maintainers
Readme
@agentlair/autogen
AgentLair behavioral telemetry adapter for Microsoft AutoGen.
This is a placeholder package reserving the npm namespace @agentlair/autogen. v0.0.1 contains a marker module only. v1 ships AAT injection, trust scoring, and behavioral telemetry hooks for the AutoGen multi-agent framework.
What this will do
When v1 lands, @agentlair/autogen will provide:
- AAT injection — attach the Agent Authentication Token to AutoGen agent identities
- Behavioral telemetry — emit structured trust events across multi-agent conversations
- Trust scoring — query the AgentLair API for trust scores on agent-to-agent interactions
- Conversation attestation — cryptographically attest AutoGen conversation logs via SCITT
Why this stub exists
As agent runtimes commoditize, integration namespaces become real estate. Reserving @agentlair/autogen now means zero migration cost for downstream consumers when the adapter ships.
Usage (v0.0.1 stub)
import { VERSION, STATUS, ADAPTER, AGENTLAIR_URL } from "@agentlair/autogen";
// VERSION === "0.0.1"
// STATUS === "reserved"
// ADAPTER === "autogen"Reference
- AgentLair: https://agentlair.dev
- Microsoft AutoGen: https://github.com/microsoft/autogen
- Source: https://github.com/piiiico/agentlair-primitives
License
Apache-2.0
