Skip to content

feat: advanced agentic capabilities#37

Open
zseta wants to merge 7 commits into
mainfrom
agentic-features
Open

feat: advanced agentic capabilities#37
zseta wants to merge 7 commits into
mainfrom
agentic-features

Conversation

@zseta

@zseta zseta commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Work In Progress

This is going to be a bigger change to add autonomous capabilities to the agent. In practice, expected new features:

  • per-step worker agent
  • per-step QA agent that can instruct the worker agent to refine output
  • instead of passing variables across steps linearly, let's use a shared state "object", that is also persisted on disk, accessible and modifiable by each step's worker

Out of scope here, but would be nice:

  • process improvement agent: check the history of sessions and suggest ways to replace AI with deterministic scripts, and find other ways to reduce token usage

Done so far:

  • Complete sub-workflow as-step support 0bd648f
  • Worker and QA playbooks, replaced I/O system with langgraph-style state management 3a51d67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant