Skip to main content

praisonaiagents.agent.embedding_agent

Core SDK EmbeddingAgent - A specialized agent for generating text embeddings. This agent provides embedding capabilities for text using AI embedding models, with support for batch processing and similarity calculations. Follows the Agent() class patterns with:
  • Lazy loading for heavy dependencies (litellm, rich)
  • Precedence Ladder for configuration resolution
  • Both sync and async methods

Overview

This module provides components for embedding_agent.

Classes