LICENSE
README.md
pyproject.toml
requirements.txt
golem_gpt.egg-info/PKG-INFO
golem_gpt.egg-info/SOURCES.txt
golem_gpt.egg-info/dependency_links.txt
golem_gpt.egg-info/requires.txt
golem_gpt.egg-info/top_level.txt
golemgpt/__main__.py
golemgpt/settings.py
golemgpt/actions/__init__.py
golemgpt/actions/ask_google.py
golemgpt/actions/ask_human_input.py
golemgpt/actions/create_python_script.py
golemgpt/actions/create_shell_script.py
golemgpt/actions/delegate_job.py
golemgpt/actions/explain.py
golemgpt/actions/finish_job.py
golemgpt/actions/get_local_date.py
golemgpt/actions/get_os_details.py
golemgpt/actions/http_download.py
golemgpt/actions/read_file.py
golemgpt/actions/reject_job.py
golemgpt/actions/run_script.py
golemgpt/actions/summarize_file.py
golemgpt/actions/write_file.py
golemgpt/codex/__init__.py
golemgpt/codex/base.py
golemgpt/codex/reasonable.py
golemgpt/codex/unaware.py
golemgpt/cognitron/__init__.py
golemgpt/cognitron/base.py
golemgpt/cognitron/openai.py
golemgpt/golems/__init__.py
golemgpt/golems/general.py
golemgpt/golems/roles/artist.py
golemgpt/golems/roles/director.py
golemgpt/golems/roles/programmer.py
golemgpt/golems/roles/reviewer.py
golemgpt/golems/roles/security.py
golemgpt/golems/roles/webdesigner.py
golemgpt/lexicon/__init__.py
golemgpt/lexicon/general.py
golemgpt/lexicon/prompts.py
golemgpt/memory/__init__.py
golemgpt/memory/base.py
golemgpt/memory/localfiles.py
golemgpt/runners/__init__.py
golemgpt/runners/alwaysask.py
golemgpt/runners/justdo.py
golemgpt/utils/__init__.py
golemgpt/utils/console.py
golemgpt/utils/environ.py
golemgpt/utils/exceptions.py
golemgpt/utils/http.py
golemgpt/utils/misc.py
golemgpt/utils/images/__main__.py
golemgpt/utils/images/prompt.py
golemgpt/utils/images/settings.py