terminate_session
Terminate a completed collaboration session to formally close it and preserve artifacts for export. Use when all tasks are done and session goal achieved.
Instructions
Terminate and complete a collaboration session. Orchestrator only.
AUTOMATIC TRIGGERS - Call this when:
All tasks in the session are completed
You want to formally end the collaboration
Session goal has been achieved
Only the orchestrator should call this. All artifacts are preserved and can be exported to the main library.
WORKFLOW POSITION: Last tool in collaboration workflow (before export).
PARAMETERS:
session_id: Session to terminate
orchestrator_id: The orchestrator's agent ID
summary: Optional final summary of the session's work
After termination, use export_to_library to persist findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | ||
| session_id | Yes | ||
| orchestrator_id | Yes |