Initial: Universal LLM harness system

This commit is contained in:
LLM Harness
2026-04-25 22:53:53 +02:00
commit 421945c9e5
+13
View File
@@ -0,0 +1,13 @@
# 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