This website requires JavaScript.
Explore
Help
Sign In
steve
/
go-llm
Watch
1
Star
0
Fork
0
You've already forked go-llm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
47
Commits
2
Branches
0
Tags
9c1b4f7e9f3954be79f9aca0fa7ef27b6ccc9cd9
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
steve
9c1b4f7e9f
Fix checksum typo for
github.com/charmbracelet/bubbles
in
go.sum
2026-01-24 16:59:55 -05:00
cmd
/llm
Implement interactive CLI for LLM providers with chat, tools, and image support
2026-01-24 15:53:36 -05:00
internal
/imageutil
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
provider
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
schema
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
.gitignore
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
anthropic.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
CLAUDE.md
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
context.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
error.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
function.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
functions.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
go.mod
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
go.sum
Fix checksum typo for
github.com/charmbracelet/bubbles
in
go.sum
2026-01-24 16:59:55 -05:00
google.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
llm.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
mcp.go
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
message.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
openai.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
parse.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
request.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
response.go
Refactor: modularize and streamline LLM providers and utility functions
2026-01-24 15:40:38 -05:00
toolbox.go
Add MCP integration with
MCPServer
for tool-based interactions
2026-01-24 16:25:28 -05:00
S
Description
Abstraction layer interface for various similar LLM services
659
KiB
Languages
Go
100%