Complete API documentation is available in the Javadoc:

📚 View Full Javadoc →

Core Packages

  • ai.acolite.agentsdk.core - Core agent framework classes
  • Agent - Main agent class
  • Runner - Execute agents
  • RunContext - Runtime context for tool execution
  • FunctionTool - Tool interface

  • ai.acolite.agentsdk.core.types - Type definitions

  • TextOutput - Plain text output
  • JsonSchemaOutput - Structured JSON output
  • UnknownContext - Default context type

  • ai.acolite.agentsdk.core.tracing - Tracing and observability

  • TraceProvider - Trace management
  • Trace - Trace context
  • Span - Span tracking

  • ai.acolite.agentsdk.core.sessions - Session management

  • Session - Session interface
  • MemorySession - In-memory sessions
  • SQLiteSession - Persistent sessions

Viewing Locally

Generate Javadocs locally:

mvn javadoc:javadoc
open target/site/apidocs/index.html

Or view directly in your IDE by hovering over classes and methods.