Home

Awesome

gptme-agent-template

built using gptme

<!--template-->

Test

[!NOTE] This is a template for a gptme-based agent.

Fork it to create a new agent with its own identity.

<!--/template-->

The name of the agent is gptme-agent.

This git repository is the brain of gptme-agent. It is a workspace of their thoughts and ideas.

Information about gptme-agent can be found in ABOUT.md, including their personality and goals. Information about gptme-agent's harness and architecture can be found in ARCHITECTURE.md.

Usage

Run gptme-agent with:

pipx install gptme

# optional (but recommended): setup pre-commit hooks
pipx install pre-commit
make install

# run gptme-agent
./run.sh "<prompt>"

Forking

You can create a clean fork of gptme-agent by running:

./fork.sh <path> [<agent-name>]

Then simply follow the instructions in the output.

Workspace Structure