mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Replace all references to 'mini-game' in comments/docstrings with generic 'UI feedback' to allow for future UI variations. Changes: - base.py: 'shows mini-game in UI' → 'triggers long-running UI' - create/edit/customize_agent.py: Remove '- show mini-game' from docstrings - service.py: 'mini-game UI' → 'UI feedback' - response_model.py: Remove '(like a mini-game)' example - LongRunningToolDisplay: 'Displays a mini-game' → 'Displays UI feedback' - ToolWrapper: Remove '(e.g., mini-game)' example Keep implementation flexible for future UI changes.
26 lines
357 B
Plaintext
26 lines
357 B
Plaintext
.env
|
|
database.db
|
|
database.db-journal
|
|
dev.db
|
|
dev.db-journal
|
|
build/
|
|
config.json
|
|
secrets/*
|
|
!secrets/.gitkeep
|
|
|
|
*.ignore.*
|
|
*.ign.*
|
|
|
|
# Load test results and reports
|
|
load-tests/*_RESULTS.md
|
|
load-tests/*_REPORT.md
|
|
load-tests/results/
|
|
load-tests/*.json
|
|
load-tests/*.log
|
|
load-tests/node_modules/*
|
|
migrations/*/rollback*.sql
|
|
|
|
# Workspace files
|
|
workspaces/
|
|
sample.logs
|