-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmeta.py
More file actions
28 lines (28 loc) · 1.03 KB
/
meta.py
File metadata and controls
28 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from schema/meta.json. Do not edit by hand.
# Schema ref: refs/tags/v0.10.8
AGENT_METHODS = {
"authenticate": "authenticate",
"initialize": "initialize",
"session_cancel": "session/cancel",
"session_fork": "session/fork",
"session_list": "session/list",
"session_load": "session/load",
"session_new": "session/new",
"session_prompt": "session/prompt",
"session_resume": "session/resume",
"session_set_config_option": "session/set_config_option",
"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