Retrieve Hermes+ agent context and session memory
get_agent_contextRetrieve the active reverse-engineering session context, including persona, skill sheets, pipeline telemetry, and memory snapshot. Use it at workflow start to assess pipeline status before modifications.
Instructions
Retrieve the Hermes+ reverse-engineering persona, loaded skill sheets, pipeline telemetry, and complete active session memory snapshot. This operation is read-only, non-mutating, and requires no authentication; omitting sessionId returns the active singleton session state without error. Use it at the start of an engineering workflow or to inspect overall pipeline status; use query_memory_graph for targeted keyword lookups or update_agent_memory to persist modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Optional session ID to fetch context for. If omitted, the default active singleton session state is retrieved |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Available agent skill sheets. | |
| persona | Yes | Hermes+ identity and engineering principles. | |
| sessionMemory | Yes | Active session memory snapshot including target metadata, patch logs, and telemetry. |