LICENSE
README.md
pyproject.toml
remgpt/__init__.py
remgpt/api.py
remgpt/config.py
remgpt/types.py
remgpt.egg-info/PKG-INFO
remgpt.egg-info/SOURCES.txt
remgpt.egg-info/dependency_links.txt
remgpt.egg-info/requires.txt
remgpt.egg-info/top_level.txt
remgpt/context/__init__.py
remgpt/context/base_block.py
remgpt/context/factory.py
remgpt/context/llm_context.py
remgpt/context/llm_context_manager.py
remgpt/context/token_counter.py
remgpt/context/blocks/__init__.py
remgpt/context/blocks/fifo_queue_block.py
remgpt/context/blocks/memory_instructions_block.py
remgpt/context/blocks/system_instructions_block.py
remgpt/context/blocks/tools_definitions_block.py
remgpt/context/blocks/working_context_block.py
remgpt/core/__init__.py
remgpt/core/core.py
remgpt/core/utils.py
remgpt/detection/__init__.py
remgpt/detection/embedding_result.py
remgpt/detection/page_hinkley_test.py
remgpt/detection/topic_drift_detector.py
remgpt/inspiration/a2a_client.py
remgpt/inspiration/main.py
remgpt/inspiration/mcp_client.py
remgpt/inspiration/openai_provider.py
remgpt/inspiration/task_request_builder.py
remgpt/inspiration/tools_manager.py
remgpt/inspiration/types.py
remgpt/llm/__init__.py
remgpt/llm/base.py
remgpt/llm/events.py
remgpt/llm/factory.py
remgpt/llm/providers/__init__.py
remgpt/llm/providers/claude_client.py
remgpt/llm/providers/gemini_client.py
remgpt/llm/providers/mock_client.py
remgpt/llm/providers/openai_client.py
remgpt/orchestration/__init__.py
remgpt/orchestration/factory.py
remgpt/orchestration/orchestrator.py
remgpt/storage/__init__.py
remgpt/storage/memory_database.py
remgpt/storage/qdrant_database.py
remgpt/storage/vector_database.py
remgpt/summarization/__init__.py
remgpt/summarization/topic.py
remgpt/summarization/topic_summarizer.py
remgpt/tools/__init__.py
remgpt/tools/base.py
remgpt/tools/executor.py
remgpt/tools/remote/__init__.py
remgpt/tools/remote/a2a.py
remgpt/tools/remote/base.py
remgpt/tools/remote/manager.py
remgpt/tools/remote/mcp.py
remgpt/tools/remote/tool.py
tests/test_api.py
tests/test_authentication.py
tests/test_integration.py
tests/test_llm_client.py
tests/test_topic_detection.py