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

added experiment chat mode for experimenting in the same session #74

Closed
wants to merge 1 commit into from

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
Member

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.

3 participants