LICENSE
MANIFEST.in
README.md
brain-logo.png
pyproject.toml
setup.py
brain/__init__.py
brain/agent_backends.py
brain/app_config.py
brain/cli.py
brain/daily.py
brain/env_config.py
brain/ingest.py
brain/ingest_prompts.py
brain/init_vault.py
brain/integration_context.py
brain/integrations_api.py
brain/mcp_config.py
brain/models.py
brain/prompts.py
brain/seed_prompts.py
brain/seeder.py
brain/server.py
brain/session.py
brain/summarizer.py
brain/utils.py
brain/vault.py
brain/templates/CLAUDE.md
brain/templates/__init__.py
brain/templates/brain.config.yaml
brain/templates/daily_note.md
brain/web/brain-logo.png
brain/web/index.html
brainsquared.egg-info/PKG-INFO
brainsquared.egg-info/SOURCES.txt
brainsquared.egg-info/dependency_links.txt
brainsquared.egg-info/entry_points.txt
brainsquared.egg-info/requires.txt
brainsquared.egg-info/top_level.txt
tests/test_app_config.py
tests/test_backends.py
tests/test_daily.py
tests/test_init_vault.py
tests/test_mcp_config.py
tests/test_prompt_builder.py
tests/test_server_ws.py
tests/test_session.py