Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Document
tess_ai_by_pareto:add_document
Add a new document to a knowledge base for semantic search.
Write
Medium risk
Create Conversation
tess_ai_by_pareto:create_conversation
Create a new conversation with optional initial message and settings.
Write
Medium risk
Create Knowledge Base
tess_ai_by_pareto:create_knowledge_base
Create a new knowledge base for storing and searching documents.
Write
Medium risk
Get Ai Model
tess_ai_by_pareto:get_ai_model
Get information about an available AI model including capabilities and pricing.
Read
Low risk
Get Conversation
tess_ai_by_pareto:get_conversation
Fetch a single conversation by ID with message history and metadata.
Read
Low risk
Get Knowledge Base
tess_ai_by_pareto:get_knowledge_base
Fetch a single knowledge base by ID with metadata and document count.
Read
Low risk
List Ai Models
tess_ai_by_pareto:list_ai_models
List available AI models with filtering options.
Read
Low risk
List Conversations
tess_ai_by_pareto:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Knowledge Bases
tess_ai_by_pareto:list_knowledge_bases
List knowledge bases with optional filtering and pagination.
Read
Low risk
Search Knowledge Base
tess_ai_by_pareto:search_knowledge_base
Search for relevant documents in a knowledge base using semantic similarity.
Read
Low risk
Send Message
tess_ai_by_pareto:send_message
Send a message to a conversation and optionally wait for AI response.
Write
Medium risk