这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: owulveryck/agenthub

Tags

v0.1.0

Toggle v0.1.0's commit message
Release v0.1.0: SubAgent Library and Comprehensive Documentation

Major Features:
- SubAgent library for simplified agent development (75% code reduction)
- Comprehensive godoc documentation across all internal packages
- Dynamic agent discovery with Cortex orchestration
- A2A-compliant agent card generation

Library Documentation:
- internal/subagent: Complete package documentation with examples
- internal/agenthub: Broker and client infrastructure documentation
- internal/observability: Tracing, metrics, and logging guide
- internal/config: Configuration management documentation

Improvements:
- Automatic observability wrapping for all task handlers
- Graceful shutdown and lifecycle management
- Health check endpoints for all services
- Enhanced A2A protocol compliance

Bug Fixes:
- Fixed echo_agent panic on context cancellation
- Fixed incomplete AgentCard generation
- Fixed infinite loop in Cortex task orchestration
- Fixed context cancellation in async event delivery

Breaking Changes: None

Documentation: 1,311 lines of godoc added
Examples: Echo agent reduced from 211 to 82 lines

For details, see: docs/content/en/docs/howto/agents/create_agent_with_cortex.md

v0.0.2

Toggle v0.0.2's commit message
Release v0.0.2: Agent2Agent (A2A) Protocol Compliance

This release implements complete Agent2Agent (A2A) protocol v0.2.9 compliance while maintaining Event-Driven Architecture scalability benefits.

Key Features:
- Full A2A protocol compliance with standardized message structures
- Hybrid EDA+A2A architecture for scalability and interoperability
- Complete documentation overhaul for A2A compliance
- High-level A2A client abstractions for easier integration
- Enhanced observability with OpenTelemetry integration

Breaking Changes:
- AgentHub service replaces legacy EventBus
- A2A message structures replace custom formats
- Legacy task handlers need migration to A2A format

For full details, see CHANGELOG.md

v0.0.1

Toggle v0.0.1's commit message
Add LICENSE