agent-tools-interface 0.7.7

Agent Tools Interface — secure CLI for AI agent tool execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[provider]
name = "_llm"
description = "LLM provider for ati help (internal)"
base_url = "https://api.cerebras.ai/v1"
auth_type = "bearer"
auth_key_name = "cerebras_api_key"
internal = true

[[tools]]
name = "_chat_completion"
description = "Chat completion via Cerebras (internal, for ati help)"
endpoint = "/chat/completions"
method = "POST"