feat(mobile): card events, consumer Tasks/cron, elicitation answer, i…#89
Merged
Conversation
…n-loop teams - AgentEvent surfaces for Plan (TodoWrite) and Ask (ask_user elicitation); stream the ask to mobile/terminal clients via a per-source emitter - AnswerQuestion RPC (NomosAgent + MobileApi) -> ElicitationManager.resolveById, so ask_user answers arrive out-of-band without deadlocking the session queue - Consumer Tasks: NomosAgent ListTasks/UpdateTask/DeleteTask; curateConsumerTasks filters infra loops by source; prettifyTaskName for friendly display names - prettifySchedule renders weekdays/weekly/monthly cron forms - delegate_to_team MCP tool: spin up parallel sub-agent teams in-loop with no /team prefix, in both hosted + power-user modes, with a worker recursion guard - eval: runTasks coverage + manifest updates (scheduled-tasks effect flipped to a hard check, new ask-user-elicitation, multi-agent-teams tool); proto + tests Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…Workflow tool The SDK's generic Workflow orchestration tool spawns its own sub-agents outside the Nomos team runtime (no memory/persona, an async "notify when done" model that doesn't fit a single chat turn) and leaks a raw script into the UI. Disallow it so team requests route to the in-loop delegate_to_team tool. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
…n-loop teams
Summary
Changes
Test plan
pnpm checkpasses (format, typecheck, lint)pnpm testpassesRelated issues