simplistic automation to talk to local LLM agents
  • Go 97.1%
  • Makefile 2.9%
Thomas Stromberg cbe932efc1 log more
2026-05-07 17:22:22 -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
agent.go log more 2026-05-07 17:22:22 -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 fix codex probe issue with untrusted directories 2026-04-29 21:40:09 -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 nuke crush, mark pi local 2026-04-29 12:13:30 -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

llm-agent

simplistic automation to talk to local LLM agents