README.md
pyproject.toml
character_memory/__init__.py
character_memory/agent.py
character_memory/character.py
character_memory/character_config.py
character_memory/chat.py
character_memory/client.py
character_memory/concurrency.py
character_memory/config.py
character_memory/emotion_vectors.py
character_memory/manifest.py
character_memory/prompts.py
character_memory/chunking/__init__.py
character_memory/chunking/base.py
character_memory/chunking/dialogue_chunker.py
character_memory/chunking/header_chunker.py
character_memory/chunking/registry.py
character_memory/knowledge_graph/__init__.py
character_memory/knowledge_graph/activation.py
character_memory/knowledge_graph/edges.py
character_memory/knowledge_graph/graph.py
character_memory/knowledge_graph/ingest.py
character_memory/knowledge_graph/nodes.py
character_memory/knowledge_graph/persistence.py
character_memory/knowledge_graph/projectors.py
character_memory/knowledge_graph/retriever.py
character_memory/llm/__init__.py
character_memory/llm/base.py
character_memory/llm/embedding_base.py
character_memory/llm/openai_client.py
character_memory/llm/openai_embeddings.py
character_memory/memory/__init__.py
character_memory/memory/base.py
character_memory/memory/calendar.py
character_memory/memory/character_base.py
character_memory/memory/conversation_events.py
character_memory/memory/decay.py
character_memory/memory/dedup.py
character_memory/memory/emotion.py
character_memory/memory/episodic.py
character_memory/memory/extract.py
character_memory/memory/heartbeat.py
character_memory/memory/knowledge_graph_memory.py
character_memory/memory/postgres.py
character_memory/memory/store.py
character_memory/memory/store_base.py
character_memory/memory/structured.py
character_memory/memory/user_directives.py
character_memory/memory/user_facts.py
character_memory/memory/user_summary.py
character_memory/memory/world.py
character_memory/rag/__init__.py
character_memory/rag/base.py
character_memory/rag/fusion.py
character_memory/rag/hybrid.py
character_memory/rag/postgres.py
character_memory/server/__init__.py
character_memory/server/adapters.py
character_memory/server/admin.py
character_memory/server/api.py
character_memory/server/auth.py
character_memory/server/context_events.py
character_memory/server/editor.py
character_memory/server/mcp.py
character_memory/server/sync.py
character_memory/server/static/app.js
character_memory/server/static/config.js
character_memory/server/static/index.html
character_memory/server/static/styles.css
character_memory/server/static/vendor/lucide.min.js
character_memory/temporal/__init__.py
character_memory/temporal/base.py
character_memory/temporal/dateparser_engine.py
character_memory/temporal/llm_engine.py
character_memory/temporal/registry.py
character_memory/tools/__init__.py
character_memory/tools/base.py
character_memory/tools/calendar_tools.py
character_memory/tools/decorator.py
character_memory/tools/event_tools.py
character_memory/tools/knowledge_graph_tools.py
character_memory/tools/memory_tools.py
character_memory/tools/registry.py
character_memory/tools/world_tools.py
charactermemory.egg-info/PKG-INFO
charactermemory.egg-info/SOURCES.txt
charactermemory.egg-info/dependency_links.txt
charactermemory.egg-info/entry_points.txt
charactermemory.egg-info/requires.txt
charactermemory.egg-info/top_level.txt
tests/test_api_key.py
tests/test_calendar_memory.py
tests/test_context_response.py
tests/test_conversation_events.py
tests/test_emotion_memory.py
tests/test_emotion_vectors.py
tests/test_emotional_shift_upgrade.py
tests/test_event_tools.py
tests/test_history_retrieval.py
tests/test_incremental_indexes.py
tests/test_knowledge_graph_emotions.py
tests/test_knowledge_graph_incremental.py
tests/test_knowledge_graph_merge.py
tests/test_knowledge_graph_privacy.py
tests/test_knowledge_graph_progress.py
tests/test_knowledge_graph_projections.py
tests/test_knowledge_graph_wiki_internal.py
tests/test_live_context.py
tests/test_mcp_date_search.py
tests/test_mcp_tool_categories.py
tests/test_memory_reinforcement.py
tests/test_openai_embeddings.py
tests/test_postgres_backends.py
tests/test_role_aware_retrieval.py
tests/test_temporal_resolution.py
tests/test_user_summary.py
tests/test_world_memory.py