LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/sagely/__init__.py
src/sagely/cache.py
src/sagely/config.py
src/sagely/context.py
src/sagely/import_hook.py
src/sagely/ipython_magics.py
src/sagely/langgraph_agent.py
src/sagely/prompts.py
src/sagely/sage_agent.py
src/sagely/tracing.py
src/sagely/usage_info.py
src/sagely/widgets.py
src/sagely.egg-info/PKG-INFO
src/sagely.egg-info/SOURCES.txt
src/sagely.egg-info/dependency_links.txt
src/sagely.egg-info/entry_points.txt
src/sagely.egg-info/requires.txt
src/sagely.egg-info/top_level.txt
tests/test_agent.py
tests/test_config.py
tests/test_module_cache.py
tests/test_prompts.py
tests/test_sage_attribute.py
tests/test_structure.py
tests/test_usage_tracking.py
tests/test_validation.py
tests/test_web_search.py