vv-agent 0.6.2

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub const TODO_INCOMPLETE_ERROR_CODE: &str = "todo_incomplete";

pub const ASK_USER_TOOL_NAME: &str = "ask_user";
pub const CREATE_SUB_TASK_TOOL_NAME: &str = "create_sub_task";
pub const SUB_TASK_STATUS_TOOL_NAME: &str = "sub_task_status";
pub const TASK_FINISH_TOOL_NAME: &str = "task_finish";
pub const READ_FILE_TOOL_NAME: &str = "read_file";
pub const WRITE_FILE_TOOL_NAME: &str = "write_file";
pub const FIND_FILES_TOOL_NAME: &str = "find_files";
pub const EDIT_FILE_TOOL_NAME: &str = "edit_file";
pub const SEARCH_FILES_TOOL_NAME: &str = "search_files";
pub const BASH_TOOL_NAME: &str = "bash";
pub const CHECK_BACKGROUND_COMMAND_TOOL_NAME: &str = "check_background_command";
pub const COMPRESS_MEMORY_TOOL_NAME: &str = "compress_memory";
pub const TODO_WRITE_TOOL_NAME: &str = "todo_write";
pub const READ_IMAGE_TOOL_NAME: &str = "read_image";
pub const FILE_INFO_TOOL_NAME: &str = "file_info";
pub const ACTIVATE_SKILL_TOOL_NAME: &str = "activate_skill";