-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmeta.py
More file actions
5 lines (5 loc) · 803 Bytes
/
meta.py
File metadata and controls
5 lines (5 loc) · 803 Bytes
1
2
3
4
5
# Generated from schema/meta.json. Do not edit by hand.
# Schema ref: refs/tags/v0.6.2
AGENT_METHODS = {'authenticate': 'authenticate', 'initialize': 'initialize', 'session_cancel': 'session/cancel', 'session_load': 'session/load', 'session_new': 'session/new', 'session_prompt': 'session/prompt', 'session_set_mode': 'session/set_mode', 'session_set_model': 'session/set_model'}
CLIENT_METHODS = {'fs_read_text_file': 'fs/read_text_file', 'fs_write_text_file': 'fs/write_text_file', 'session_request_permission': 'session/request_permission', 'session_update': 'session/update', 'terminal_create': 'terminal/create', 'terminal_kill': 'terminal/kill', 'terminal_output': 'terminal/output', 'terminal_release': 'terminal/release', 'terminal_wait_for_exit': 'terminal/wait_for_exit'}
PROTOCOL_VERSION = 1