Skip to content

Conversation

@deepakachu-aiplanet
Copy link
Contributor

No description provided.

@deepakachu-aiplanet
Copy link
Contributor Author

feature overview:

  • After the agent is created, these things happen:
    • The temp directory is created that is stored in .tmp/openagi, this is where the local chromadb db is stored until the program dies.
    • Since the session id does not change in experiment mode, the subsequent runs can access the temp db.
    • The ltm also provides context for subsequent sessions, so improvement can be seen real time
  • The description is fixed for all sessions but the query can be varied.
    experimentation_chat

while True:
query = self.input_action.execute(prompt="Enter the query to be processed:")
logging.info(f"Query: {query}")
result = self.run(query=query, description=description)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will run the planner again?

@tarun-aiplanet tarun-aiplanet added the question Further information is requested label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants