LICENSE
README.md
pyproject.toml
promethian/__init__.py
promethian/cli.py
promethian/config.py
promethian.egg-info/PKG-INFO
promethian.egg-info/SOURCES.txt
promethian.egg-info/dependency_links.txt
promethian.egg-info/entry_points.txt
promethian.egg-info/requires.txt
promethian.egg-info/top_level.txt
promethian/api/__init__.py
promethian/api/client.py
promethian/cache/__init__.py
promethian/cache/local_cache.py
promethian/core/__init__.py
promethian/core/agent.py
promethian/core/context_gatherer.py
promethian/core/conversation_agent.py
promethian/core/conversation_manager.py
promethian/core/error_analyzer.py
promethian/core/executor.py
promethian/core/message_classifier.py
promethian/core/permission_advisor.py
promethian/core/plan_updater.py
promethian/core/planner.py
promethian/core/progress.py
promethian/core/step_executor.py
promethian/core/tool_cache.py
promethian/core/tool_runner.py
promethian/core/types.py
promethian/hooks/__init__.py
promethian/hooks/executor.py
promethian/hooks/loader.py
promethian/hooks/types.py
promethian/learning/__init__.py
promethian/learning/skill_learner.py
promethian/learning/tool_builder.py
promethian/stores/__init__.py
promethian/tools/__init__.py
promethian/tools/ask_user.py
promethian/tools/bash.py
promethian/tools/browser.py
promethian/tools/file_tools.py
promethian/tools/todo.py
promethian/tools/web_fetch.py
promethian/tools/web_search.py
promethian/utils/__init__.py
promethian/utils/claude.py
promethian/utils/credentials.py
promethian/utils/logging.py
tests/test_bash.py
tests/test_web_search.py