Skip to content

Gllm Agents

This documentation covers the Gllm Agents library, which is part of the GLLM Monorepo.

API Reference

The following modules are available in this library:

  • A2A: This module contains the A2A implementation.
  • Agent: This module initializes the agent package.
  • Clients: Clients module for external API integrations.
  • Constants: Generic Constants for GLLM Agents components.
  • Credentials
  • Examples: Examples package for gllm-agents.
  • Executor
  • Mcp: Model Context Protocol related classes and functions.
  • Memory: Memory module for the GLLM agents.
  • Schema: Central schema package for gllm_agents data models.
  • Sentry: This module provides a centralized way to handle Sentry and OpenTelemetry configuration for BOSA SDK.
  • Storage: Storage module for gllm_agents.
  • Tools: Initialize Tools Module for GLLM Agents.
  • Types: Type definitions for gllm_agents package.
  • Utils: GLLM Agents Utils.