Skip to content

codingwarrior92/python-chat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use go to launch websocket from terminal via uvicorn main:app --reload --ws websockets

then go to websocket testing site https://websocketking.com/

enter the following as connection address and click connect 

ws://localhost:8000/ws

it should say successful and you should be able to interact with agent
through socket. As stated it we are aiming to pass inputs (to agent and to tool) through a websocket or endpoint.


To get an idea of how agents work see the how to use agents and tools notebooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published