Versions in this module Expand all Collapse all v0 v0.2.0 Sep 6, 2025 v0.1.3 Sep 5, 2025 Changes in this version + var AgentNameContextKey = struct{ ... } + var TeamContextKey = struct{ ... } + type TeamService interface + AvailableRoleNames func() []string + DelegateTask func(ctx context.Context, role, task string) (string, error) + GetAllSharedData func() map[string]interface{} + GetCoordinationHistory func(limit int) []string + GetCoordinationSummary func() string + GetInbox func(agentID string) []map[string]interface{} + GetSharedData func(key string) (interface{}, bool) + MarkInboxRead func(agentID string) + RequestHelp func(ctx context.Context, agentID, description, preferredHelper string) error + SendMessage func(ctx context.Context, from, to, message string) error + SetSharedData func(key string, value interface{}) + SpawnedAgentNames func() []string