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

Enable ask for human input when retrieval fails #52

Open
6 tasks
yxjiang opened this issue Mar 28, 2024 · 0 comments
Open
6 tasks

Enable ask for human input when retrieval fails #52

yxjiang opened this issue Mar 28, 2024 · 0 comments

Comments

@yxjiang
Copy link
Member

yxjiang commented Mar 28, 2024

Is this a Bug or Feature Request?

feature request

Description

For now we almost only rely on the agent itself to resolve problem. However, there will be cases it cannot solve a problem (e.g. generate the right code). And we want the system to turn to help from the human being for input.

Environment

  • PolyMind version:
  • Python version:
  • Operating System:

Expected Behavior (Only for bugs)

Actual Behavior (Only for bugs)

Steps to Reproduce (Only for bugs)

  1. Step 1
  2. Step 2
  3. ...

Possible Solution (if you have one)

Add a decorator allow_human_input. Any tool can decorate it to enable this capability. The human input will be put into the output message.

Screenshots / Logs (If applicable)

Checklist

  • I have indicated whether this is a bug or a feature request.
  • I have searched for similar issues and didn't find any duplicates.
  • I have provided a clear and concise description of the issue.
  • I have included the necessary environment details.
  • I have outlined the steps to reproduce the issue.
  • I have included any relevant logs or screenshots.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant