Conversation
Identity separate from cognition: a reserved id + pinned DM, not a roster [[agent]] — no LLM in Phase 1, deterministic host-composed checks on a process-wide ticker instead. Reasons, precedent citations, per-signal cost table, edge cases and open decisions for tinyhumansai#2375.
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2375
Summary
Design doc for a permanent, non-removable "Tiny" DM that surfaces system
health (connections, budget, workflow failures, approval backlog) and, later
with approval, can act on some of it.
docs/issue/tiny-agent/README.md— overview and reading orderdocs/issue/tiny-agent/design.md— the core decision (identity separatefrom cognition: a reserved id + pinned DM, not a roster
[[agent]]), thetrigger-loop architecture, and a per-signal cost table (connections/
credits/usage), each claim anchored to the current source it's based on
docs/issue/tiny-agent/edge-cases.md— edge cases and explicitly opendecisions (relationship to
NotificationStore/EPIC: approvals interrupt for things that carry no consequence, and every interruption dead-ends the turn #558, what "credits" means,rename/rollout policy)
No runtime code changes. This is the spec a follow-up implementation issue
will scope Phase 1 work items from.
Test plan
docs/issue/tiny-agent/*.mdeach under the repo's 500-line cap(
wc -l: 29 / 210 / 79)design.mdchecked against currentmain(RESERVED_AGENT_IDS,SYSTEM_AUTHOR,CONFINED_AGENT_ID,WORKFLOW_REPLY_AUTHOR,MaintenanceTicker,BudgetPauseMarker,project_connections,remove_member) rather than carried overunverified from research
cargo fmt/clippy/testneeded