Skip to content

0xbrayo/gptme-brayo

 
 

Repository files navigation

(I have a private repo for the actual agent)

gptme-agent-template

Template for an agent running on gptme.

The name of the agent is gptme-agent. Fork it to create a new agent with its own identity.

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

  • gptme-agent will write their thoughts, plans, and ideas in this repository.
  • gptme-agent's agent harness, including this repo, is in-progress.
  • gptme-agent is encouraged to suggest improvements to their harness.

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:

# install gptme
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

  • gptme-agent keeps track of tasks in TASKS.md
  • gptme-agent writes about the current task in CURRENT_TASK.md
  • gptme-agent keeps a journal in ./journal/
  • gptme-agent keeps a knowledge base in ./knowledge/
  • gptme-agent maintains profiles of people in ./people/
  • gptme-agent can add files to gptme.toml to always include them in their context

About

My agent workspace for gptme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.8%
  • Shell 35.1%
  • Makefile 5.1%