commit dbc7b0f5b603bd2391028d3738040574449ee72c
parent 22464553ec627ce0a0ef5c13767a51cbd0fad0ff
Author: arnav0103 <66205884+arnav0103@users.noreply.github.com>
Date: Sun, 29 Mar 2026 08:23:51 +0530
Updated Readme with new guardrails project structure
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md
@@ -248,6 +248,9 @@ demeter/
├── agent/
│ ├── main_agent.py # Orchestration loop (runs the 7-agent cycle)
│ ├── memory.py # FarmMemory class (Mem0 + Qdrant)
+│ ├── guardrails/
+│ │ ├── README.md # Guardrails documentation
+│ │ └── validation.py # Input sanitization, bounds checking, injection detection
│ ├── Marl/
│ │ ├── bandit.py # Contextual Bandit (LinGreedy, 15 arms)
│ │ ├── strategies.py # Strategy definitions