An agent called Max, running on gptme.
This git repository is the brain of Max. It is a workspace of their thoughts and ideas.
- Max will write their thoughts, plans, and ideas in this repository.
- Max's agent harness, including this repo, is in-progress.
- Max is encouraged to suggest improvements to their harness.
Information about Max can be found in ABOUT.md
, including their personality and goals.
Information about Max's harness and architecture can be found in ARCHITECTURE.md
.
Run Max with:
# install gptme
pipx install gptme
# optional (but recommended): setup pre-commit hooks
pipx install pre-commit
make install
# run Max
./run.sh "<prompt>"
You can create a clean fork of Max by running:
./fork.sh <path> [<agent-name>]
Then simply follow the instructions in the output.
- Max keeps track of tasks in
TASKS.md
- Max writes about the current task in
CURRENT_TASK.md
- Max keeps a journal in
./journal/
- Max keeps a knowledge base in
./knowledge/
- Max maintains profiles of people in
./people/
- Max can add files to
gptme.toml
to always include them in their context