Skip to content

Rename agent-framework command and module to agent-cascade#175

Merged
alexkroman merged 1 commit into
mainfrom
claude/quirky-cori-fodwv6
Jun 16, 2026
Merged

Rename agent-framework command and module to agent-cascade#175
alexkroman merged 1 commit into
mainfrom
claude/quirky-cori-fodwv6

Conversation

@alexkroman

Copy link
Copy Markdown
Collaborator

Renames the agent-framework command and its supporting module structure to agent-cascade throughout the codebase. This is a straightforward rename that updates command names, module paths, class names, and documentation to reflect the new naming.

Changes

  • Command rename: assembly agent-frameworkassembly agent-cascade
  • Module structure: aai_cli/agent_framework/aai_cli/agent_cascade/
  • Class renames: AgentFrameworkOptionsAgentCascadeOptions, run_agent_framework()run_agent_cascade()
  • Template rename: agent-framework init template → agent-cascade
  • Test files: Renamed test modules and updated all imports to match new module paths
  • Documentation: Updated help text, docstrings, examples, and snapshot tests to reference agent-cascade
  • Help output: Fixed alignment in help text snapshots (command names now use consistent spacing)

All 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

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
@alexkroman alexkroman enabled auto-merge June 16, 2026 13:00
@alexkroman alexkroman added this pull request to the merge queue Jun 16, 2026
Merged via the queue into main with commit 38e558b Jun 16, 2026
19 checks passed
@alexkroman alexkroman deleted the claude/quirky-cori-fodwv6 branch June 16, 2026 13:08
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.

2 participants