Commit graph

3 commits

Author SHA1 Message Date
evangit2
1edd2b7ef1 ci: add develop branch workflow — Docker test harness, CI, and release automation
- Dockerfile.test: mimics fresh install (venv, CLI wrapper, healthcheck)
- CI workflow: builds Docker image, smoke tests CLI/server/health/update endpoints
- Release workflow: triggers on v* tags, runs same smoke tests, creates GitHub Release
- test-local.sh: local pre-push test script (port 9999, auto-cleanup)
- contrib/guanaco-wrapper.sh: CLI wrapper for Docker environment
2026-04-10 14:50:54 +00:00
evangit2
da567c07ad 🦙 Polish install.sh: auto-install prereqs, interactive config, security warnings, branding fixes 2026-04-09 20:59:31 +00:00
evangit2
bbb2cc4903 🦙 Guanaco v0.3.0 — initial OSS release
OpenAI-compatible LLM proxy that maximizes your Ollama Cloud subscription.

Features:
- /v1/chat/completions router with token tracking
- /v1/messages Anthropic proxy
- 8 search/scrape API emulators (Tavily, Exa, SearXNG, Firecrawl, Serper, Jina, Cohere, Brave)
- Automatic fallback to secondary providers with configurable timeouts
- Streaming support with first-chunk fast failover
- Web dashboard with analytics, config, and usage monitoring
- Caching layer (beta)
- CLI for setup, status, analytics, key management
- Docker and systemd deployment support
- Backward compatible with OCT (ollama-cloud-tools) installations
2026-04-09 20:49:59 +00:00