LICENSE
README.md
main.py
pyproject.toml
app/__init__.py
app/ui.py
app/update_check.py
app/agent/__init__.py
app/agent/agent.py
app/agent/memory.py
app/agent/sessions.py
app/agent/tools.py
app/llm/__init__.py
app/llm/client.py
app/tools/__init__.py
app/tools/system_tools.py
app/tools/web_search.py
mforege.egg-info/PKG-INFO
mforege.egg-info/SOURCES.txt
mforege.egg-info/dependency_links.txt
mforege.egg-info/entry_points.txt
mforege.egg-info/requires.txt
mforege.egg-info/top_level.txt
tests/test_agent.py
tests/test_discovery_tools.py
tests/test_llm_client.py
tests/test_memory.py
tests/test_sessions.py
tests/test_system_tools.py
tests/test_tools.py
tests/test_ui.py
tests/test_update_check.py
tests/test_web_search.py