Releases: hungpdn/llmgo
Releases · hungpdn/llmgo
v0.0.1
Core Foundation (v0.0.1)
- Type-Safe Tool Calling (Generics + Struct Tags).
- Core Actor Model (
BaseAgent,ReActAgent). - Basic Memory Interfaces (
BufferMemory,RedisMemory). - Standard LLM Providers (Ollama).
- Concurrent RAG Pipeline (
IngestionPipeline, Semaphore limits). - Implement
LLMRouterandChainRouterfor orchestration.