2026-06-01 14:38:36 +12:00
2026-06-01 13:41:00 +12:00
2026-05-30 15:14:43 +12:00
2026-05-30 15:14:43 +12:00
2026-06-01 13:41:00 +12:00
2026-06-01 13:41:42 +12:00
2026-05-30 15:14:43 +12:00
2026-06-01 14:38:36 +12:00

bridle

An agentic harness for OpenAI-compatible chat completion endpoints.

Features

  • Readline-based CLI with tab completion
  • Toggle thinking (/think and /no_think)
  • Tool calling (read_file, write_file, local_shell, apply_patch) with user confirmation
  • Auto load AGENTS.md and CLAUDE.md files
  • Oneshot mode (-p)
  • Rewind turn history (/rewind and /turns)
  • Session management (/save and resume via -r)
  • Compaction via context summarization (/compact)

Usage

llama-server --fit on -c 262144 -m /srv/llama/Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf &

./bridle
S
Description
An agentic harness for OpenAI-compatible chat completion endpoints
Readme 87 KiB
Languages
Go 100%