1
0
Fork
You've already forked llm-agent
0
simplistic automation to talk to local LLM agents
  • Go 97.4%
  • Makefile 2.6%
Thomas Stromberg d78c4f1410 add missing files
2026年07月11日 14:13:31 -04:00
cmd/llm-diag add missing files 2026年07月11日 14:13:31 -04:00
.gitignore ignore out/ 2026年04月27日 21:22:07 -04:00
.golangci.yml move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
.yamllint.yml add missing files 2026年07月11日 14:13:31 -04:00
agent.go detect transient errors better 2026年07月11日 14:09:57 -04:00
agent_test.go improve llm detection 2026年04月29日 13:42:59 -04:00
command.go log more 2026年05月07日 17:22:22 -04:00
command_test.go detect transient errors better 2026年07月11日 14:09:57 -04:00
cooldown.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
cooldown_test.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
doc.go nuke crush, mark pi local 2026年04月29日 12:13:30 -04:00
go.mod move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
LICENSE Initial commit 2026年04月28日 03:20:30 +02:00
Makefile lint 2026年04月29日 15:50:08 -04:00
pi.go log more 2026年05月07日 17:22:22 -04:00
pi_test.go improve pi support 2026年04月28日 12:10:41 -04:00
provider.go nuke crush, mark pi local 2026年04月29日 12:13:30 -04:00
provider_test.go nuke crush, mark pi local 2026年04月29日 12:13:30 -04:00
quota.go increase probe time, cooldown 2026年04月29日 10:47:48 -04:00
quota_test.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
README.md Initial commit 2026年04月28日 03:20:30 +02:00
runner.go detect transient errors better 2026年07月11日 14:09:57 -04:00
runner_test.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
stderr.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
stderr_test.go move llm-agent code out of cyclotron 2026年04月27日 21:21:41 -04:00
transient.go add missing files 2026年07月11日 14:13:31 -04:00
transient_test.go add missing files 2026年07月11日 14:13:31 -04:00

llm-agent

simplistic automation to talk to local LLM agents