Skip to content

rename pipeline verb to agent#7

Merged
davehorton merged 1 commit intomainfrom
name-change-pipeline
Apr 13, 2026
Merged

rename pipeline verb to agent#7
davehorton merged 1 commit intomainfrom
name-change-pipeline

Conversation

@davehorton
Copy link
Copy Markdown
Contributor

Breaking change across SDK surface to match @jambonz/schema 0.2.x:

  • session.pipeline() / WebhookResponse.pipeline() -> .agent()
  • session.updatePipeline() -> .updateAgent(); client.calls.updatePipeline() -> .updateAgent()
  • WsMessageType pipeline:event / pipeline:tool-call -> agent:event / agent:tool-call
  • command pipeline:update -> agent:update; REST field pipeline_update -> agent_update
  • PipelineVerb / PipelineEvent* / PipelinePreflightMetrics / PipelineTurnLatency -> Agent*
  • PipelineAgentResponseEvent -> AgentLlmResponseEvent (wire subtype agent_response -> llm_response)
  • examples/pipeline/ -> examples/agent/; bedrock-pipeline.ts -> bedrock-agent.ts
  • @jambonz/schema bumped to ^0.2.1

Bumped @jambonz/sdk to 0.3.0.

Breaking change across SDK surface to match @jambonz/schema 0.2.x:
- session.pipeline() / WebhookResponse.pipeline() -> .agent()
- session.updatePipeline() -> .updateAgent(); client.calls.updatePipeline() -> .updateAgent()
- WsMessageType pipeline:event / pipeline:tool-call -> agent:event / agent:tool-call
- command pipeline:update -> agent:update; REST field pipeline_update -> agent_update
- PipelineVerb / PipelineEvent* / PipelinePreflightMetrics / PipelineTurnLatency -> Agent*
- PipelineAgentResponseEvent -> AgentLlmResponseEvent (wire subtype agent_response -> llm_response)
- examples/pipeline/ -> examples/agent/; bedrock-pipeline.ts -> bedrock-agent.ts
- @jambonz/schema bumped to ^0.2.1

Bumped @jambonz/sdk to 0.3.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@davehorton davehorton merged commit 346a2d3 into main Apr 13, 2026
1 check passed
@davehorton davehorton deleted the name-change-pipeline branch April 13, 2026 22:53
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