Prompt hubs are external platforms for managing, versioning, and sharing prompts. LLMling-Agent integrates with popular prompt management platforms to leverage curated prompt libraries and collaborative prompt development.
Overview¶
LLMling-Agent supports integration with leading prompt hub platforms:
- PromptLayer: Comprehensive prompt management with versioning and analytics
- Langfuse: Open-source LLM engineering platform with prompt management
- Fabric: Community-driven prompt patterns and templates
- Braintrust: Enterprise prompt management with evaluation and testing
These integrations allow you to fetch prompts from these services by identifiers.
Configuration Reference¶
PromptLayerConfig¶
Configuration for PromptLayer prompt provider.
| PromptLayerConfig (YAML) | |
|---|---|
LangfuseConfig¶
Configuration for Langfuse prompt provider.
FabricConfig¶
Configuration for Fabric GitHub prompt provider.
| FabricConfig (YAML) | |
|---|---|
BraintrustConfig¶
Configuration for Braintrust prompt provider.
Configuration Notes¶
- API keys should be stored in environment variables
- Prompts from hubs can be referenced in agent system_prompts
- Hub integration provides automatic prompt versioning
- Some platforms offer additional features like prompt analytics and testing
- Prompts can be managed both locally and in external hubs