You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the relevant functions for the TARS agent here and here to run.py.
You should the instantiation of tools here with use of the Tool class and the calling of tools with tool.call_tool_func() from the Naptha SDK.
You should the instantiation of environment here with use of the Environment class and the calling of environments with environment.call_environment_func() from the Naptha SDK. It will look similar to how the multiagent_chat module uses Environment here.
Follow the instructions in the module_template readme for testing locally without Node and then testing locally with Node.
The text was updated successfully, but these errors were encountered:
This works towards the goal of modularizing the entire TARS repo into agent modules, orchestrator modules, tool modules and environment modules.
Depends on #84 and #86.
Convert the TARS agent into an agent module.
The text was updated successfully, but these errors were encountered: