Giter Club home page Giter Club logo

Comments (4)

neelayan7 avatar neelayan7 commented on May 22, 2024

Interesting. Any pointers on how to go ahead with this?

from superagi.

fkcptlst avatar fkcptlst commented on May 22, 2024

Literally solving it could be difficult because it's equivalent to the halting problem. The possible solution could be engineering workarounds such as putting a hard time limit etc.

from superagi.

Mickelodian avatar Mickelodian commented on May 22, 2024

how about on each iteration it examines if it has previously carried out this task, the result and so on, and if it concludes it is carrying out, or intends to carry out a routine that has failed before, twice... it stops and reexamines the goal. The halting problem you see is trying to get out of a loop from inside the loop. This current issue with SuperAGI however is simply looking at the loop from outside the loop. I'm not a fan of counters or hard coded time limits. I'm not sure first that its a scalable idea on lengthy, or especially on complex tasks, nor is it elegant.

The important thing is to ensure the previous attempt is held in embeddings in pinecone perhaps, even locally on the users workspace OR that all tasks are counted anyway... even the successful ones.

Its just an idea, but how about a 'sign off agent' that evaluates all tasks completed and a function that returns 'if the task worked'. If it did not work then it not working itself becomes a task and the model is tasked with finding out WHY it didn't work.

from superagi.

whybeyoung avatar whybeyoung commented on May 22, 2024

can we submit this problem to an AI, i mean we can design a role named watcher, It is responsible for monitoring the entire task execution process, recording the number of cycles, and the deviation of the target. Let AI judge it and give it some exit forms similar to strategies, instead of directly limiting the number of cycles.

from superagi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.