mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 17:34:24 +01:00
* test: add information retrieval challenge b * test: get information retrieval challenge be working. * chore: clean up comments and imports. * chore: fix incorrect import * chore: clean up imports. * fix: add web_selenium cmd. resolve missing loop cycle * chore: remove commented code and unused imports. * fix (4261): use 2 cycles instead of 3 * chore: fix mypy formatting * chore: try 2 for mypy formatting * chore: resolve flake8 issues * chore: add docs * chore: resolve linting flake8 * chore: correct formatting to black * Update challenge_b.md * refactored challenge --------- Co-authored-by: PortlandKyGuy <kyleaaron1@gmail.com>
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
site_name: Auto-GPT
|
|
site_url: https://docs.agpt.co/
|
|
repo_url: https://github.com/Significant-Gravitas/Auto-GPT
|
|
nav:
|
|
- Home: index.md
|
|
- Setup: setup.md
|
|
- Usage: usage.md
|
|
- Plugins: plugins.md
|
|
- Configuration:
|
|
- Search: configuration/search.md
|
|
- Memory: configuration/memory.md
|
|
- Voice: configuration/voice.md
|
|
- Image Generation: configuration/imagegen.md
|
|
|
|
- Contributing:
|
|
- Contribution guide: contributing.md
|
|
- Running tests: testing.md
|
|
- Code of Conduct: code-of-conduct.md
|
|
|
|
- Challenges:
|
|
- Introduction: challenges/introduction.md
|
|
- List of Challenges:
|
|
- Memory:
|
|
- Introduction: challenges/memory/introduction.md
|
|
- Memory Challenge A: challenges/memory/challenge_a.md
|
|
- Memory Challenge B: challenges/memory/challenge_b.md
|
|
- Memory Challenge C: challenges/memory/challenge_c.md
|
|
- Information retrieval:
|
|
- Introduction: challenges/information_retrieval/introduction.md
|
|
- Information Retrieval Challenge A: challenges/information_retrieval/challenge_a.md
|
|
- Information Retrieval Challenge B: challenges/information_retrieval/challenge_b.md
|
|
- Submit a Challenge: challenges/submit.md
|
|
- Beat a Challenge: challenges/beat.md
|
|
|
|
- License: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/LICENSE
|
|
|
|
theme: readthedocs
|
|
|
|
markdown_extensions:
|
|
admonition:
|
|
codehilite:
|
|
pymdownx.keys:
|