MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionMode

Class SessionMode

python/copilot/generated/session_events.py:8813–8820  ·  view source on GitHub ↗

The session mode the agent is operating in

Source from the content-addressed store, hash-verified

8811
8812
8813class SessionMode(Enum):
8814 "The session mode the agent is operating in"
8815 # The agent is responding interactively to the user.
8816 INTERACTIVE = "interactive"
8817 # The agent is preparing a plan before making changes.
8818 PLAN = "plan"
8819 # The agent is working autonomously toward task completion.
8820 AUTOPILOT = "autopilot"
8821
8822
8823class ShutdownType(Enum):

Callers 3

from_dictMethod · 0.70
from_dictMethod · 0.70
getMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…