-
Notifications
You must be signed in to change notification settings - Fork 713
Nh/deepagent #34
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
base: v2
Are you sure you want to change the base?
Nh/deepagent #34
Conversation
…f the system prompt
eaia/cron_graph.py
Outdated
rt.add_outputs({"email": email}) | ||
count += 1 | ||
|
||
# Pass in email through the filesystem as well as state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is weird because it will break existing crons, but this pr seems to be built in a way where it would be additive (not breaking). can we make a cron-deepagents
job and just have this there? and keep this backwards compatible
eaia/deepagent/deepagent.py
Outdated
model_request.system_prompt = model_request.system_prompt + "\n\n" + files_str | ||
return model_request | ||
|
||
config_path = Path(__file__).parent / "config.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to change (obviously)
Genui components for Tool Calls
Upgrade to LangChain v1
No description provided.