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

Support AgentExecutor features via create_agent_executor #265

Open
6 of 8 tasks
ccurme opened this issue Apr 2, 2024 · 0 comments
Open
6 of 8 tasks

Support AgentExecutor features via create_agent_executor #265

ccurme opened this issue Apr 2, 2024 · 0 comments
Assignees

Comments

@ccurme
Copy link

ccurme commented Apr 2, 2024

Privileged issue

  • I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.

Issue Content

  • max_iterations handled by recursion_limit config?
  • max_execution_time OK with step_timeout? (via asyncio task timeouts)
  • return_intermediate_steps (always)
  • trim_intermediate_steps (via the message functioN)
  • handle_parsing_errors
  • [ X] early_stopping_method (via timeouts + recursion error handling)
  • [ X] verbose (via deug)
  • handle old style tools that do not expose a schema and expect a single string argument as an input
  • ??
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