gpt-engineer
0.3.1
GET STARTED:
Introduction
Installation
Quickstart
USER GUIDES:
Windows Setup
Using with open/local models
Which open model to use?
Running the Example
Using Open Router models
Using Azure models
Tracing and Debugging with Weights and Biases
CONTRIBUTE:
Contributing to gpt-engineer
Roadmap
How you can help out
Contributor Covenant Code of Conduct
Disclaimer
Building Docs with Sphinx
Terms of Use
PACKAGE API:
API Reference
gpt-engineer
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
ai (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
(gpt_engineer.core.default.simple_agent.SimpleAgent attribute)
apply_diffs() (in module gpt_engineer.core.chat_to_files)
archive_logs() (gpt_engineer.core.default.disk_memory.DiskMemory method)
ask_collection_consent() (in module gpt_engineer.applications.cli.learning)
ask_for_valid_input() (in module gpt_engineer.applications.cli.learning)
B
backoff_inference() (gpt_engineer.core.ai.ClipboardAI method)
BaseAgent (class in gpt_engineer.core.base_agent)
BaseExecutionEnv (class in gpt_engineer.core.base_execution_env)
BaseVersionManager (class in gpt_engineer.core.version_manager)
C
chat_to_files_dict() (in module gpt_engineer.core.chat_to_files)
check_collection_consent() (in module gpt_engineer.applications.cli.learning)
clarified_gen() (in module gpt_engineer.tools.custom_steps)
clear() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
CliAgent (class in gpt_engineer.applications.cli.cli_agent)
ClipboardAI (class in gpt_engineer.core.ai)
code_gen_fn (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
collect_and_send_human_review() (in module gpt_engineer.applications.cli.collect)
collect_learnings() (in module gpt_engineer.applications.cli.collect)
compare() (in module gpt_engineer.applications.cli.main)
concatenate_paths() (in module gpt_engineer.applications.cli.main)
copy() (gpt_engineer.core.files_dict.FilesDict method)
count_ratio() (in module gpt_engineer.core.diff)
curr_fn() (in module gpt_engineer.core.default.steps)
D
default_config_agent() (in module gpt_engineer.core.default.simple_agent)
deserialize_messages() (gpt_engineer.core.ai.ClipboardAI static method)
DiskExecutionEnv (class in gpt_engineer.core.default.disk_execution_env)
DiskMemory (class in gpt_engineer.core.default.disk_memory)
display_filename_prefix_last (gpt_engineer.applications.cli.file_selector.DisplayablePath attribute)
display_filename_prefix_middle (gpt_engineer.applications.cli.file_selector.DisplayablePath attribute)
display_name (gpt_engineer.applications.cli.file_selector.DisplayablePath property)
display_parent_prefix_last (gpt_engineer.applications.cli.file_selector.DisplayablePath attribute)
display_parent_prefix_middle (gpt_engineer.applications.cli.file_selector.DisplayablePath attribute)
displayable() (gpt_engineer.applications.cli.file_selector.DisplayablePath method)
DisplayablePath (class in gpt_engineer.applications.cli.file_selector)
download() (gpt_engineer.core.base_execution_env.BaseExecutionEnv method)
(gpt_engineer.core.default.disk_execution_env.DiskExecutionEnv method)
E
execute_entrypoint() (in module gpt_engineer.core.default.steps)
execution_env (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
(gpt_engineer.core.default.simple_agent.SimpleAgent attribute)
export_yaml_results() (in module gpt_engineer.benchmark.run)
extract_learning() (in module gpt_engineer.applications.cli.learning)
F
file_to_lines_dict() (in module gpt_engineer.core.files_dict)
FilesDict (class in gpt_engineer.core.files_dict)
filter_by_gitignore() (in module gpt_engineer.core.git)
filter_files_with_uncommitted_changes() (in module gpt_engineer.core.git)
filter_none() (in module gpt_engineer.core.project_config)
flush() (gpt_engineer.core.default.steps.Tee method)
format_installed_packages() (in module gpt_engineer.applications.cli.main)
fromkeys() (gpt_engineer.core.files_dict.FilesDict method)
G
gen_code() (in module gpt_engineer.core.default.steps)
gen_entrypoint() (in module gpt_engineer.core.default.steps)
get() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
get_agent() (in module gpt_engineer.benchmark.__main__)
get_benchmark() (in module gpt_engineer.benchmark.benchmarks.load)
get_installed_packages() (in module gpt_engineer.applications.cli.main)
get_platform_info() (in module gpt_engineer.tools.custom_steps)
get_preprompts_path() (in module gpt_engineer.applications.cli.main)
get_session() (in module gpt_engineer.applications.cli.learning)
get_system_info() (in module gpt_engineer.applications.cli.main)
gpt_engineer.applications
module
gpt_engineer.benchmark
module
gpt_engineer.core
module
gpt_engineer.tools
module
H
handle_improve_mode() (in module gpt_engineer.core.default.steps)
has_uncommitted_changes() (in module gpt_engineer.core.git)
human_review_input() (in module gpt_engineer.applications.cli.learning)
I
improve() (gpt_engineer.applications.cli.cli_agent.CliAgent method)
(gpt_engineer.core.base_agent.BaseAgent method)
(gpt_engineer.core.default.simple_agent.SimpleAgent method)
improve_fn (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
improve_fn() (in module gpt_engineer.core.default.steps)
init() (gpt_engineer.applications.cli.cli_agent.CliAgent method)
(gpt_engineer.core.base_agent.BaseAgent method)
(gpt_engineer.core.default.simple_agent.SimpleAgent method)
init_git_repo() (in module gpt_engineer.core.git)
is_git_installed() (in module gpt_engineer.core.git)
is_git_repo() (in module gpt_engineer.core.git)
is_similar() (in module gpt_engineer.core.diff)
items() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
K
keys() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
L
lite_gen() (in module gpt_engineer.tools.custom_steps)
load_apps() (in module gpt_engineer.benchmark.benchmarks.apps.load)
load_env_if_needed() (in module gpt_engineer.applications.cli.main)
load_gptme() (in module gpt_engineer.benchmark.benchmarks.gptme.load)
load_mbpp() (in module gpt_engineer.benchmark.benchmarks.mbpp.load)
load_prompt() (in module gpt_engineer.applications.cli.main)
log() (gpt_engineer.core.default.disk_memory.DiskMemory method)
M
main() (in module gpt_engineer.applications.cli.main)
(in module gpt_engineer.benchmark.__main__)
make_tree() (gpt_engineer.applications.cli.file_selector.DisplayablePath class method)
memory (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
(gpt_engineer.core.default.simple_agent.SimpleAgent attribute)
memory_path() (in module gpt_engineer.core.default.paths)
metadata_path() (in module gpt_engineer.core.default.paths)
module
gpt_engineer.applications
gpt_engineer.benchmark
gpt_engineer.core
gpt_engineer.tools
multiline_input() (gpt_engineer.core.ai.ClipboardAI static method)
N
next() (gpt_engineer.core.ai.ClipboardAI method)
P
parse_diff_block() (in module gpt_engineer.core.chat_to_files)
parse_diffs() (in module gpt_engineer.core.chat_to_files)
parse_hunk_header() (in module gpt_engineer.core.chat_to_files)
path (gpt_engineer.core.default.disk_memory.DiskMemory attribute)
pop() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
popen() (gpt_engineer.core.base_execution_env.BaseExecutionEnv method)
(gpt_engineer.core.default.disk_execution_env.DiskExecutionEnv method)
popitem() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
preprompts_holder (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
(gpt_engineer.core.default.simple_agent.SimpleAgent attribute)
print_results() (in module gpt_engineer.benchmark.run)
process_code_fn (gpt_engineer.applications.cli.cli_agent.CliAgent attribute)
prompt_yesno() (in module gpt_engineer.applications.cli.main)
R
read_config() (in module gpt_engineer.core.project_config)
run() (gpt_engineer.core.base_execution_env.BaseExecutionEnv method)
(gpt_engineer.core.default.disk_execution_env.DiskExecutionEnv method)
(in module gpt_engineer.benchmark.run)
S
salvage_correct_hunks() (in module gpt_engineer.core.default.steps)
self_heal() (in module gpt_engineer.tools.custom_steps)
send_learning() (in module gpt_engineer.applications.cli.collect)
serialize_messages() (gpt_engineer.core.ai.ClipboardAI static method)
(in module gpt_engineer.core.ai)
setdefault() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
setup_sys_prompt() (in module gpt_engineer.core.default.steps)
setup_sys_prompt_existing_code() (in module gpt_engineer.core.default.steps)
SimpleAgent (class in gpt_engineer.core.default.simple_agent)
snapshot() (gpt_engineer.core.version_manager.BaseVersionManager method)
stage_files() (in module gpt_engineer.core.git)
stage_uncommitted_to_git() (in module gpt_engineer.core.git)
start() (gpt_engineer.core.ai.ClipboardAI method)
store (gpt_engineer.core.default.disk_execution_env.DiskExecutionEnv attribute)
T
Tee (class in gpt_engineer.core.default.steps)
to_chat() (gpt_engineer.core.files_dict.FilesDict method)
to_dict() (gpt_engineer.core.default.disk_memory.DiskMemory method)
to_json() (gpt_engineer.core.default.disk_memory.DiskMemory method)
to_log() (gpt_engineer.core.files_dict.FilesDict method)
to_path_list_string() (gpt_engineer.core.default.disk_memory.DiskMemory method)
U
update() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
upload() (gpt_engineer.core.base_execution_env.BaseExecutionEnv method)
(gpt_engineer.core.default.disk_execution_env.DiskExecutionEnv method)
V
values() (gpt_engineer.core.default.disk_memory.DiskMemory method)
(gpt_engineer.core.files_dict.FilesDict method)
W
with_default_config() (gpt_engineer.applications.cli.cli_agent.CliAgent class method)
(gpt_engineer.core.default.simple_agent.SimpleAgent class method)
write() (gpt_engineer.core.default.steps.Tee method)