-
Notifications
You must be signed in to change notification settings - Fork 2
Runtime feed subscriptions #82
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
ADR-013 describes runtime feed subscriptions (feeds.subscribe(...)) allowing agents to dynamically subscribe to feeds at runtime rather than only through static pod declarations.
What's needed
- Define subscription API surface in cllama or claw-api
- Handle dynamic feed registration with TTL and scope validation
- Ensure subscribed feeds go through the same injection path as static feeds
References
- ADR:
docs/decisions/013-context-feeds.md - Feed client:
cllama/internal/feeds/feeds.go
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request