Rename agent-framework command and module to agent-cascade#175
Merged
Conversation
The "framework" label was misleading: the command runs a single live conversation in the terminal (it ships no framework), and the thing that distinguishes it from `assembly agent` is that you orchestrate the cascade yourself — Streaming STT → LLM Gateway → streaming TTS — instead of calling the managed Voice Agent endpoint. "cascade" is the word the codebase already uses to explain the feature, so `agent-cascade` reads accurately and pairs naturally with `agent` in the help panel. Renames in lockstep: the `agent-cascade` CLI command, the `assembly init agent-cascade` template, the internal `aai_cli/agent_cascade` and `aai_cli/commands/agent_cascade` packages, tests, docs, and the regenerated help snapshots. https://claude.ai/code/session_01WYJoTJ5Pw9kwsfMZmN19Fe
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.
Renames the
agent-frameworkcommand and its supporting module structure toagent-cascadethroughout the codebase. This is a straightforward rename that updates command names, module paths, class names, and documentation to reflect the new naming.Changes
assembly agent-framework→assembly agent-cascadeaai_cli/agent_framework/→aai_cli/agent_cascade/AgentFrameworkOptions→AgentCascadeOptions,run_agent_framework()→run_agent_cascade()agent-frameworkinit template →agent-cascadeagent-cascadeAll functionality remains unchanged; this is purely a nomenclature update to better reflect the command's purpose as a cascaded voice agent orchestration.
https://claude.ai/code/session_01WYJoTJ5Pw9kwsfMZmN19Fe