Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agent-compliance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "agent-governance-toolkit"
version = "3.0.2"
description = "Public Preview — Unified installer and runtime policy enforcement for the Agent Governance Toolkit"
readme = "README.md"
license = "MIT"
license = {text = "MIT"}
requires-python = ">=3.9"
authors = [
{name = "Microsoft Corporation", email = "agentgovtoolkit@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-hypervisor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "agent-hypervisor"
version = "3.0.2"
description = "Public Preview — Agent Hypervisor: Runtime supervisor for multi-agent Shared Sessions with Execution Rings, Joint Liability, Saga Orchestration, and hash-chained audit trails"
readme = "README.md"
license = "MIT"
license = {text = "MIT"}
requires-python = ">=3.11"
authors = [
{name = "Microsoft Corporation", email = "agentgovtoolkit@microsoft.com"},
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-lightning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "agentmesh-lightning"
version = "3.0.2"
description = "Public Preview — Agent-Lightning RL integration for the Agent Governance Toolkit: governed training with policy enforcement"
readme = "README.md"
license = "MIT"
license = {text = "MIT"}
requires-python = ">=3.9"
authors = [
{name = "Microsoft Corporation", email = "agentgovtoolkit@microsoft.com"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "langchain-agentmesh"
version = "3.0.2"
description = "AgentMesh trust layer integration for LangChain - cryptographic identity and trust verification for AI agents"
readme = "README.md"
license = "Apache-2.0"
license = {text = "Apache-2.0"}
requires-python = ">=3.9"
authors = [
{ name = "Microsoft Corporation", email = "agentgovtoolkit@microsoft.com" }
Expand Down
Loading
Loading