Florian Hartmann
830a804eb3
Add comprehensive KONZEPT.md for external agent review
...
- 12 sections: Executive Summary, Problem, Vision, Architecture,
Technology Stack, Integration, Implementation Plan, Comparison,
Risks, Success Metrics, Open Decisions, Appendices
- Includes data flow diagrams, schema definitions, milestones
- Glossary, references, project structure
- Ready for distribution to other AI agents for evaluation
2026-06-04 00:08:17 +00:00
Florian Hartmann
b83546d833
Add AI Council architecture: Tier 2/3/Graph implementation + Integration Plan
...
Architecture (Agent 1):
- hermes_memory/tier2/{schema,facts,entities,relations,timeline}.py
- hermes_memory/tier3/{backend,chroma_backend,embedder}.py
- hermes_memory/graph/nx_store.py
- hermes_memory/api/memory_api.py (unified API)
- hermes_memory/cron/{consolidate,embed_queue,graph_refresh,prune}.py
- hermes_memory/config.py + pyproject.toml
Integration Plan (Agent 3):
- INTEGRATION_PLAN.md: Memory Provider Plugin strategy
- Hermes Core needs minimal changes
- sync_turn() + prefetch() hooks
- Skills integration via nextlevel_search/remember
Auto-Extraction (Agent 2):
- ARCHITECTURE.md: Full extraction pipeline docs
- Chunking, Pre-Filter, LLM Prompts, Classification
- Entity-Linking, Temporal Reasoning, Deduplication
All files: Python syntax checked, ECC standards applied.
2026-06-03 22:51:50 +00:00
Florian Hartmann
33fb180855
Initial commit: Project structure, README, AGENTS.md, .env.example, docs
...
- README.md with project overview, status, architecture
- AGENTS.md with agent context and conventions
- .env.example with environment variables
- docs/research/agent-memory-solutions-2026.md (full research)
- docs/architecture/memory-tiers.md (4-tier architecture)
- docs/decisions/ADR-001-structured-memory-blocks.md
- Directory structure for src/, tests/, scripts/, logs/, data/
2026-06-03 22:25:43 +00:00