Skip to content

feat: session summary via agent.get_summary() for cascading & realtime#181

Open
DeepBhupatkar wants to merge 1 commit intomainfrom
feat/get-summary
Open

feat: session summary via agent.get_summary() for cascading & realtime#181
DeepBhupatkar wants to merge 1 commit intomainfrom
feat/get-summary

Conversation

@DeepBhupatkar
Copy link
Collaborator

@DeepBhupatkar DeepBhupatkar commented Jan 27, 2026

What

Adds a new get_summary method to Agent, allowing users to retrieve a concise session summary (for example, at the end of a call).

This works for both Cascading and Realtime pipelines.

Usage

Cascading Pipeline (can be use pipeline LLM)

summary = await agent.get_summary()

Realtime Pipeline (requires text LLM)

llm = OpenAILLM(model="gpt-4o")
summary = await agent.get_summary(llm=llm)

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