Text_Agent/package.json
dschlueter 5146b7fa30 feat: Pi Text-Agent — initialer Commit (sauberes Repo)
Vollständiges Multi-Agenten-System für Fact-Checking, Artikelschreiben
und Argumentationsanalyse. Zwei Backends: llama.cpp (★ bevorzugt) und Ollama.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 04:21:48 +02:00

18 lines
445 B
JSON

{
"name": "text-agent",
"version": "0.1.0",
"description": "Pi Multi-Agenten-System für Fact-Checking, Recherche und Artikelschreiben",
"type": "module",
"scripts": {
"claim-extract": "tsx agenten/ollama-claim-extractor.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sinclair/typebox": "^0.34.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.15.0",
"typescript": "^5.5.0"
}
}