DotBase
  • About Dotbase
  • Getting Started with Dotbase
  • Agents & Tools
  • Usage Guide
  • IDE Environment
  • Deployment Guide
  • Examples
    • Web Traffic Analysis Example
    • Security Audit Example
    • Code Debug Assistant
    • Data Analysis Pipeline
    • Agent Configuration
    • Tokenomics
Powered by GitBook
On this page
  1. Examples

Agent Configuration

Initial Prompt

Set up an agent for customer support queries with Llama 3b.

Output

user_proxy (to system): Configure customer support agent.

system (to user_proxy):
{
    "agent_config": {
        "name": "support_assistant",
        "model": "llama-3b",
        "temperature": 0.7,
        "system_prompt": """
        You are a customer support specialist.
        - Be helpful and professional
        - Follow company guidelines
        - Escalate when needed
        """
    },
    "tools": [
        "ticket_system",
        "knowledge_base",
        "escalation_workflow"
    ]
}

user_proxy (to system): Agent configured successfully.
PreviousData Analysis PipelineNextTokenomics

Last updated 4 months ago

Page cover image