auto_awesomeDocumentation / Core Concepts

Autonomous Agents

VibeAgent Agents are self-governing entities capable of executing complex workflows, interacting with external tools, and maintaining state across high-concurrency environments.

smart_toyUnderstanding Agents

At the core of the VibeAgent platform, an Agent is not just a chatbot. It is a sovereign logic unit defined by its objective, its constraints, and its available toolset.

Scale Vibe

Designed for infinite parallelization and rapid task execution.

Global Agent Vibe

Built with enterprise-grade security and immutable state logging.

System Prompt Engineering

The System Prompt defines the "persona" and "guardrails" of your agent. In VibeAgent, prompts are treated as high-priority configuration files.

system_config.yamlcontent_copy
# Define the core identityrole: "Security Sentinel" context: "You are an autonomous monitoring agent for cloud infrastructure." constraints: - "Never reveal internal IP addresses" - "Escalate unauthorized access attempts immediately" - "Maintain a professional, technical tone"

Model Selection

Choose from leading LLMs optimized for the VibeAgent lattice.

VibeAgent-Ultra-1RECOMMENDED
VibeAgent-Flash-LiteLOW LATENCY

Temperature

Control the randomness of the agent's creative output.

Deterministic (0.0)
Creative (1.0)

Tool Augmentation

language

Web Search

Real-time indexing and data retrieval from the live web.

code

Code Exec

Secure sandbox for Python and JavaScript execution.

api

Custom API

Connect your own internal tools and services.

Knowledge Base - RAG

Retrieval-Augmented Generation (RAG) allows your agents to access private data without the need for constant re-training. Upload PDFs, markdown, or connect SQL databases.