|
Agents 1.6.9
Edge AI Agents SDK
|
This is the complete list of members for agents::Context, including all inherited members.
| addMessage(const Message &message) | agents::Context | |
| chat(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| chatWithTools(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| Context() | agents::Context | |
| Context(std::shared_ptr< LLMInterface > llm) | agents::Context | |
| executeTool(const std::string &name, const JsonObject ¶ms, const std::string &tool_call_id="") | agents::Context | |
| getLLM() const | agents::Context | |
| getMemory() const | agents::Context | |
| getMessages() const | agents::Context | |
| getSystemPrompt() const | agents::Context | |
| getTool(const std::string &name) const | agents::Context | |
| getTools() const | agents::Context | |
| getTrustLevel() const | agents::Context | |
| loadSkills(const std::vector< std::string > &directories={}) | agents::Context | |
| loadWorkspaceConfig(const std::string &extra_dir="") | agents::Context | |
| OnAfterToolExecutionCallback typedef | agents::Context | |
| OnBeforeCompactionCallback typedef | agents::Context | |
| OnBeforePromptAssemblyCallback typedef | agents::Context | |
| OnBeforeToolExecutionCallback typedef | agents::Context | |
| registerTool(std::shared_ptr< Tool > tool) | agents::Context | |
| registerToolRegistry(tools::ToolRegistry ®istry) | agents::Context | |
| removeTool(const std::string &name) | agents::Context | |
| setLLM(std::shared_ptr< LLMInterface > llm) | agents::Context | |
| setMaxConversationMessages(size_t max) | agents::Context | |
| setOnAfterToolExecution(OnAfterToolExecutionCallback callback) | agents::Context | |
| setOnBeforeCompaction(OnBeforeCompactionCallback callback) | agents::Context | |
| setOnBeforePromptAssembly(OnBeforePromptAssemblyCallback callback) | agents::Context | |
| setOnBeforeToolExecution(OnBeforeToolExecutionCallback callback) | agents::Context | |
| setSystemPrompt(const std::string &system_prompt) | agents::Context | |
| setTrustLevel(TrustLevel trust_level) | agents::Context | |
| streamChat(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| streamChatWithTools(const std::string user_message, const std::vector< std::string > uris_or_data={}) | agents::Context | |
| ~Context()=default | agents::Context |