modulepackage
0.0.0-20250223175956-2857a6b184d4
Repository: https://github.com/agent-api/core.git
Documentation: pkg.go.dev
# README
agent-api
Agent-api is a fast, agnostic, and powerful Go AI framework for one-shot workflows, building autonomous agents, and working with various LLM providers.
Agent-api is still a work in progress and the API may change unexpectedly.
# Interfaces
AgentRunner interface defines the core capabilities required for an agent.
Extended capabilities for provider-specific features.
Memory interface for different memory implementations.
Provider is the interface that all agent-api LLM providers must implement.
Core feature interfaces.