Skip to main content
Sessions in Julep enable persistent, stateful interactions between users and agents. They maintain context across multiple exchanges and can be used to build conversational interfaces.

Creating Sessions

Session Chat

Managing Context

Sessions automatically maintain context, but you can also manage it manually:

Session Tools

Tools can be added specifically for a session:

Session Documents

Add relevant documents to the session for context:

Managing Sessions

Error Handling

Context Overflow Strategies

Julep provides different strategies for handling context overflow:

Next Steps

Tools Integration

Add tools to your sessions

Advanced Usage

Explore advanced patterns

API Reference

View the complete API reference

Examples

See real-world examples