README.md
pyproject.toml
mindframe/__init__.py
mindframe/cli.py
mindframe/generator.py
mindframe/templates/project/Dockerfile
mindframe/templates/project/README.md
mindframe/templates/project/docker-compose.yml
mindframe/templates/project/playground.py
mindframe/templates/project/pyproject.toml
mindframe/templates/project/requirements.txt
mindframe/templates/project/config/logging_config.yaml
mindframe/templates/project/config/model_config.yaml
mindframe/templates/project/scripts/build_embeddings.py
mindframe/templates/project/scripts/cleanup.py
mindframe/templates/project/scripts/run_tests.sh
mindframe/templates/project/scripts/setup_env.sh
mindframe/templates/project/src/core/base_llm.py
mindframe/templates/project/src/core/claude_client.py
mindframe/templates/project/src/core/gpt_client.py
mindframe/templates/project/src/core/local_llm.py
mindframe/templates/project/src/core/model_factory.py
mindframe/templates/project/src/inference/inference_engine.py
mindframe/templates/project/src/inference/response_parser.py
mindframe/templates/project/src/orchestration/agents/base_agent.py
mindframe/templates/project/src/orchestration/agents/executor_agent.py
mindframe/templates/project/src/orchestration/agents/planner_agent.py
mindframe/templates/project/src/orchestration/memory/long_term.py
mindframe/templates/project/src/orchestration/memory/short_term.py
mindframe/templates/project/src/processing/chunking.py
mindframe/templates/project/src/processing/preprocessor.py
mindframe/templates/project/src/processing/tokenizer.py
mindframe/templates/project/src/prompts/chain.py
mindframe/templates/project/src/prompts/templates.py
mindframe/templates/project/src/rag/embedder.py
mindframe/templates/project/src/rag/indexer.py
mindframe/templates/project/src/rag/retriever.py
mindframe/templates/project/src/rag/vector_store.py
mindframe/templates/project/tests/integration/test_api_integration.py
mindframe/templates/project/tests/integration/test_end_to_end.py
mindframe/templates/project/tests/unit/test_llm_clients.py
mindframe/templates/project/tests/unit/test_prompts.py
mindframe_ai.egg-info/PKG-INFO
mindframe_ai.egg-info/SOURCES.txt
mindframe_ai.egg-info/dependency_links.txt
mindframe_ai.egg-info/entry_points.txt
mindframe_ai.egg-info/requires.txt
mindframe_ai.egg-info/top_level.txt