Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 0 additions & 180 deletions docs/DEVELOPMENT.md

This file was deleted.

137 changes: 0 additions & 137 deletions docs/TODO.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/configuration/agents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _Complete reference for defining agents in your YAML configuration._

## Full Schema

<!-- yaml-lint:skip -->
```yaml
agents:
agent_name:
Expand Down
1 change: 1 addition & 0 deletions docs/configuration/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _Complete reference for defining models with providers, parameters, and reasonin

## Full Schema

<!-- yaml-lint:skip -->
```yaml
models:
model_name:
Expand Down
9 changes: 5 additions & 4 deletions docs/configuration/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,11 @@ agents:
cmd: task lint
# Custom API tool
- type: api
name: get_status
method: GET
endpoint: "https://api.example.com/status"
instruction: Check service health
api_config:
name: get_status
method: GET
endpoint: "https://api.example.com/status"
instruction: Check service health
# Docker MCP tools
- type: mcp
ref: docker:github-official
Expand Down
3 changes: 2 additions & 1 deletion docs/features/rag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RAG lets agents search through your documents to find relevant information befor
```yaml
rag:
my_docs:
description: "Technical documentation"
tool:
description: "Technical documentation"
docs: [./documents, ./some-doc.md]
strategies:
- type: chunked-embeddings
Expand Down
1 change: 1 addition & 0 deletions docs/features/skills/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ agents:

## SKILL.md Format

<!-- yaml-lint:skip -->
```yaml
---
name: create-dockerfile
Expand Down
Loading
Loading