Skip to content

Commit

Permalink
Merge pull request #48 from NapthaAI/chore/reverse-ws-grpc
Browse files Browse the repository at this point in the history
Chore/reverse ws grpc
  • Loading branch information
richardblythman authored Dec 4, 2024
2 parents 4b61522 + 1f299ec commit 295b7af
Show file tree
Hide file tree
Showing 6 changed files with 841 additions and 5 deletions.
2 changes: 1 addition & 1 deletion naptha_sdk/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ async def call_agent_func(self, *args, **kwargs):
agent_deployment=self.orchestrator_run.agent_deployments[self.agent_index].model_dump(),
)

agent_run = await self.worker_node.run_agent_and_poll(agent_run_input)
agent_run = await self.worker_node.run_agent_in_node(agent_run_input)
return agent_run
84 changes: 84 additions & 0 deletions naptha_sdk/client/grpc_server_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 295b7af

Please sign in to comment.