Agent Developer Guide
Creating custom Python agents in LangStream
Last updated
Creating custom Python agents in LangStream
Last updated
As your journey continues with LangStream, you might want to develop your own agent.
Developing your own agent for LangStream is quite simple, using Python best practices. If you already have a Python application, it could be a good candidate as an Agent.
The Agent Developer Guide is broken into three milestones:
1. - Understand the three main Python agents you'll use in your applications. 2. - Create agents to process records. Handle exceptions for each agent type. 3. - Configure, test, and package your agents for production. 4. - Configure, test, and package your agents for production.
Get started with