Saltar a contenido

apogee-ai-tools

Curated tool registry wired against apogee-ai's tool-use loop.

This page is being expanded

The tables below are generated from the package source, so they are accurate. Narrative guides and worked examples are being written module by module.

Public API

Everything below is exported from the package root, so from apogee_ai_tools import X works for each name.

Layer Symbols
Application · DTOs BenchDTO, CallDTO, TranslateDTO
Application · Use cases BenchCallsUseCase, CallToolUseCase, DescribeToolUseCase, ListToolsUseCase, TranslateToolsUseCase
Domain ToolCall, ToolCallStatus, ToolDefinition, ToolParameter, ToolResult
Domain · Enums ParameterKind
Domain · Exceptions ToolError, ToolExecutionException, ToolNotFoundException, ToolTimeoutException, ToolValidationException
Domain · Protocols (ports) IExecutor, ISchemaValidator, IToolRegistry
Infrastructure AnthropicToolsTranslator, AsyncExecutor, BuiltinSchemaValidator, JsonSchemaValidator, OpenAIToolsTranslator, RetryExecutor, SyncExecutor, ToolRegistry, function_to_tool, tool

Install

Bash
pip install apogee-ai-tools

The base install has no required third-party dependency. Each extra unlocks one adapter.

Extra Pulls in
jsonschema jsonschema>=4.21
pydantic pydantic>=2.6

CLI

Installed as a console script, and registered as an apogee plugin so the same subcommands work under the global binary.

Bash
apogee-tools --help