Files
llm-harness/README.md
T
2026-04-25 22:53:53 +02:00

14 lines
371 B
Markdown

# Universal LLM Harness System
Generic entry points and loaders for different LLM tools.
## Structure
- MANIFEST.md: Task routing (which model for what)
- CLAUDE.md: Claude CLI entry point
- AGENT.md: Generic agent entry point
- GEMINI.md: Gemini entry point
- LOADER.sh: Universal module loader
- templates/: Reusable templates
- examples/: Reference implementations