14 lines
371 B
Markdown
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
|
|
|