API Reference¶
This is Lanarky's API reference documentation.
The API reference in split into multiple sections. First, we will cover the Core API:
- Lanarky- The main application module
- StreamingResponse-- Responseclass for streaming
- WebSocketSession- class for managing websocket sessions
Note
Lanarky also provides a collection of web clients for testing purposes. See Miscellaneous for more information.
Next, we will cover the Adapter API:
- OpenAI: Adapter module for OpenAI Python SDK
- LangChain: Adapter module for LangChain
You can find all other utility functions/classes in the Miscellaneous section.