Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
andreashappe committed Apr 30, 2024
commit 6b1900db3b919e5ad61485bb9d98c6990c8d1fbf
4 changes: 2 additions & 2 deletions docs/dev_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ So you want to create your own LLM hacking agent? We've got you covered and take

Let's start with some basic concepts:

- A (usecase)[docs/use_case.md] is our basic abstraction for an agent. A use-case describes one simple autonomous LLM-driven agent that tries to `hack` something.
- (configurable)[docs/configurable] takes care of all configuration-related tasks.
- A [usecase](docs/use_case.md) is our basic abstraction for an agent. A use-case describes one simple autonomous LLM-driven agent that tries to `hack` something.
- [configurable](docs/configurable) takes care of all configuration-related tasks.

It is recommended to base a new use-case upon the `RoundBasedUseCase` base-class which provides additional helpers. Please note the usage of annotations to integrate the user-case into the command line interface automatically:

Expand Down