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>
This commit is contained in:
commit
5146b7fa30
62 changed files with 11279 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
node_modules/
|
||||
dist/
|
||||
Ideen/
|
||||
tests/results/
|
||||
.claude/
|
||||
*.local.*
|
||||
.env
|
||||
*.log
|
||||
Totally_unacceptable_article.txt
|
||||
|
||||
# Container-Storage ausschließen
|
||||
/home/dschlueter/endeavour_home/
|
||||
/home/dschlueter/nvme2n1p7_home/
|
||||
|
||||
# Allgemeine Container-Overlays
|
||||
**/overlay/
|
||||
**/storage/overlay/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue