This is based on the autonomous agent I shared last week, same set up. I removed all complexity (
@Langchain
, @Zapier NLA) so people can add those back in the way they see fit.
AGENTS
-

Autonomous Agent Framework Simplified Without Complexity
By
–
-
Baby AGI: Open-Source Task-Driven Autonomous Agent Released
By
–
Let it be free! Open-sourcing “Baby AGI”, a paired down version of the “Task-Driven Autonomous Agent” at 105 lines of code. Three task agents (execution, creation, prioritization) work in harmony… forever.
-
ChatGPT Plugins Elevate Conversational AI to New Heights
By
–
Want to take your chatbots to the next level? Discover how ChatGPT's game-changing plugins are elevating conversational AI experiences, here: https://
bit.ly/3nL6Mhu @OpenAI @Expedia @FiscalNote @Instacart @KAYAK @Klarna @OpenTable @Wolfram_Alpha @zapier @_DigitalIndia -
CEO Agent Creating Specialized Agent Army Architecture
By
–
Yeah, I think have an army of specialized agents that the agents assign tasks to, is the way to go. So you start with the CEO agent, give him an agent creation agent, and bob’s your uncle.
-
Automated Task Creation with External Termination Control
By
–
It creates new tasks and the end of each task. All termination is external to the code.
-
AI agents dynamically generate new tasks after execution
By
–
Yeah, it generates new tasks at the end of each task execution based on the result, after defiling against remaining task list + most relevant past tasks.
-

Autonomous AI Agents Tackle AI Alignment Problem
By
–
I asked my autonomous AI to solve AI alignment.
— Yohei (@yoheinakajima) 3 avril 2023
Fascinating to watch.
Agents:
– Task execution: text-davinci-003
– Task creation: text-davinci-003
– Task reprioritization: text-davinci-003 pic.twitter.com/rmOnKIgaAzI asked my autonomous AI to solve AI alignment. Fascinating to watch. Agents:
– Task execution: text-davinci-003
– Task creation: text-davinci-003
– Task reprioritization: text-davinci-003 -

Perplexity AI Needs Browser Integration for Full Capability
By
–
Perplexity gets it fine. Just needs a browser hookup.
-
Removing Langchain as Default Execution Agent for Debugging
By
–
Yeah I’m working on a version that stripped out Langchain as default execution agent. Mostly for making debugging easier.
-

Relevant Context Management for Autonomous Agents
By
–
The thread broke, but here's a simple example of how "relevant context" (most relevant tasks from past) can be provided to current task. Allowing the autonomous agent to continue generating novel ideas and next steps – that wouldn't fit within a context window.