mirror of
http://100.103.83.12:3003/fegger/odoo-at-payroll.git
synced 2026-09-17 16:56:42 +00:00
[IMP] odoo-at-payroll: pv-agent-Subtree in AGENTS, README und Memory dokumentiert
This commit is contained in:
@@ -35,6 +35,9 @@ no skill applies.
|
||||
- Any Wissensbasis work (batch intake, curation, `kb.json`, the sources
|
||||
`.lexis360/` and `.wiku/`):
|
||||
`wissensbasis/SKILL.md`
|
||||
- Wissensbasis-Agent/RAG-Service (pv-agent/ — Service-Code, Retrieval,
|
||||
Prompts, Goldset/Eval, Ollama-Modelle, Review-Brücke):
|
||||
`pv-rag-agent/SKILL.md`
|
||||
- Any PDF extraction (text/Markdown/JSON from PDFs, scanned-PDF OCR,
|
||||
tables) — e.g. Wissensbasis sources, legal PDFs, ad-hoc extraction and
|
||||
spot-checks:
|
||||
@@ -133,6 +136,28 @@ Before considering the task complete, review the resulting changes for:
|
||||
- unnecessary custom code;
|
||||
- regression risk.
|
||||
|
||||
## RAG-Service (pv-agent/)
|
||||
|
||||
Seit dem Repo-Merge 2026-09-17 lebt der Wissensbasis-Agent als
|
||||
`pv-agent/`-Subtree in diesem Repo (History erhalten; Plan:
|
||||
`pv-agent/planung.md`, Standalone-Memory-Archiv: `pv-agent/.agents/MEMORY.md`).
|
||||
|
||||
- Service: FastAPI unter `pv-agent/agent/`, Betrieb als Docker-Stack
|
||||
auf dem GPU-Host (compose aus `pv-agent/`, Doku: `pv-agent/docs/DOCKER.md`);
|
||||
Ollama auf `http://100.103.83.12:11435`.
|
||||
- Wissensbasis: `pv-agent/wissensbasis/` (Layer 2, kanonischer
|
||||
RAG-Korpus; `personalverrechnung/wissensbasis/` bleibt vorerst als
|
||||
zweite Kopie bestehen — Zusammenlegung als separater Schritt).
|
||||
- Vertrags-/Grounding-Regeln: `pv-agent/docs/API.md` und
|
||||
`.agents/skills/pv-rag-agent/SKILL.md` (zitatpflichtige Antworten,
|
||||
Post-Validierung, Verweigerung, Eval-Gates vor jedem Retrieval-,
|
||||
Prompt- oder Modell-Change).
|
||||
- Odoo-Brücke: `addons/l10n_at_payroll_agent` (Review-Modus gegen
|
||||
`/v1/ask` `mode=review`; Feature-Flag `PV_REVIEW_MODE` im Agenten,
|
||||
default aus).
|
||||
- Tests: pytest offline aus `pv-agent/` (`python -m pytest tests`);
|
||||
Odoo-Seite der Brücke läuft in der regulären Odoo-Test-Session.
|
||||
|
||||
## Verify before assuming
|
||||
|
||||
Never invent or assume the existence of an API.
|
||||
|
||||
Reference in New Issue
Block a user