Back to Apps

Model Agentic
Supports UIby oscnd
A Go-based agentic framework for building language model agents with structured tool calling.
0 stars
Works in:claude
Exposes:Tools
What it does
Model Agentic is a framework written in Go designed to simplify the creation of agentic workflows. It provides a structured way to initialize language models (OpenAI and Anthropic compatible) and define tool schemas, enabling the AI to perform complex tasks through iterative tool calling and structured output generation.
Tools
- Structured Schema Calling: Enables the AI to return data matching a specific Go struct definition.
- Multi-Provider Support: Integrated callers for OpenAI and Anthropic APIs.
- Agentic Loops: Framework for managing state and context during iterative tool execution.
Installation
Install the package via Go:
go get -u go.scnd.dev/open/model/agentic
Supported hosts
- Go-based applications
- Custom AI agents
Quick install
go get -u go.scnd.dev/open/model/agenticInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
This is a Go library framework; integrate into your Go application using 'go get'.





