-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Problem:
I've finally deployed my agent to vertex agent_engine with cli, but still there so many different documentation and it's confusing, at last i am still not able to communicate with my agent with postman or curl, no proper payload schema or url, one document suggest to handle the session and event but not the actual conversation, after deployment.
and then i was finding the alternative for easy agent endpoints so i can connect them with my frontend and focus on real problems and product experience.
Solution:
alternative i came across was phospho agent,
here's the link for the resource: https://dev.to/plbiojout/deploy-a-langchain-agent-as-an-api-endpoint-in-10-minutes-45o5
here we can see that phospho agent gives the simple endpoint and easy deployment with langchain, can we do the same here??
Alternative:
I was stuck on vertex ai service cause it was auto managing the session and events but if the vertex ai had simple endpoint similar to gen-ai endpoint but in real they use our agents for the processing and handling the requests.