Agent Developer Guide

Creating custom Python agents in LangStream

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. Agent Types - Understand the three main Python agents you'll use in your applications. 2. Deploying Agents - Create agents to process records. Handle exceptions for each agent type. 3. Configuration and Testing - Configure, test, and package your agents for production. 4. Enviroment variables - Configure, test, and package your agents for production.

Get started with Part 1: Agent Types.

Last updated