()
| 20 | // should not be persisted into the parent session's history. |
| 21 | type SessionScoped interface { |
| 22 | GetSessionID() string |
| 23 | } |
| 24 | |
| 25 | // AgentContext carries optional agent attribution and timestamp for an event. |
no outgoing calls
no test coverage detected