[agent]
name = "ZephTest"
max_tool_iterations = 10
auto_update_check = false
[[llm.providers]]
type = "openai"
model = "gpt-4o-mini"
max_tokens = 4096
embedding_model = "text-embedding-3-small"
default = true
[skills]
paths = [".local/testing/skills"]
max_active_skills = 5
prompt_mode = "auto"
[memory]
sqlite_path = ".local/testing/data/zeph-telegram-test.db"
history_limit = 50
[telegram]
allowed_users = ["your_test_username"]
guest_mode = false
bot_to_bot = false
allowed_bots = []
max_bot_chain_depth = 1
stream_interval_ms = 3000
[tools]
enabled = true
summarize_output = true
[tools.shell]
timeout = 30
blocked_commands = []
allowed_commands = []
allowed_paths = []
allow_network = true
[vault]
backend = "age"
[debug]
enabled = true
output_dir = ".local/testing/debug"
format = "raw"
[security]
redact_secrets = true
autonomy_level = "full"
[cost]
enabled = true
max_daily_cents = 100