Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making gptme work while you sleep #143

Open
3 tasks done
ErikBjare opened this issue Oct 2, 2024 · 1 comment
Open
3 tasks done

Making gptme work while you sleep #143

ErikBjare opened this issue Oct 2, 2024 · 1 comment
Labels
capabilities enhancement New feature or request help wanted Extra attention is needed ideas

Comments

@ErikBjare
Copy link
Owner

ErikBjare commented Oct 2, 2024

What I and many seem to want is a way to truly put LLMs to work, ways to outsource higher volumes of work without explicit instruction/live oversight.

I think this is a fascinating problem, and in many ways how I hope to use gptme, but not really there yet.

Ideas:

What we should focus on:

  • Making gptme work on gptme while I sleep

What we'd need:

  • Tool customization
    • It is likely that performance would improve by limiting each step to a restricted set of tools (would at least save on tokens)
      • Implemented --tools option in 48d559b
  • Reliable message passing between gptme runs/agents
    • The current subagent mechanism of asking it to output JSON isn't the most reliable.
      • Maybe making it a prompt chain would fix it? (done in 0dd6583)

Issues:

  • How to avoid burning lots of non-value generating tokens while I sleep?
    • Make reliable, do intelligent tree-search of branches, limit retries
@ErikBjare ErikBjare added enhancement New feature or request help wanted Extra attention is needed ideas capabilities labels Oct 2, 2024
@ErikBjare
Copy link
Owner Author

A fair bit of progress towards this with Bob (#249).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
capabilities enhancement New feature or request help wanted Extra attention is needed ideas
Projects
None yet
Development

No branches or pull requests

1 participant