README.md
pyproject.toml
app/__init__.py
app/config.py
app/main.py
app/core/__init__.py
app/core/llm.py
app/core/memory.py
app/core/persistent_memory.py
app/core/prompts.py
app/prompts/__init__.py
app/prompts/intent_prompt.txt
app/prompts/response_prompt.txt
app/prompts/security_prompt.txt
app/prompts/system_prompt.txt
app/services/__init__.py
app/services/assistant.py
app/services/intent.py
app/services/response.py
app/utils/__init__.py
app/utils/logger.py
app/utils/preflight.py
app/utils/security.py
axel_tech_assistant.egg-info/PKG-INFO
axel_tech_assistant.egg-info/SOURCES.txt
axel_tech_assistant.egg-info/dependency_links.txt
axel_tech_assistant.egg-info/entry_points.txt
axel_tech_assistant.egg-info/requires.txt
axel_tech_assistant.egg-info/top_level.txt
tests/test_intent.py