-
6e9211b5a0
ci: automatic version + releases tag
main
Victor Vargas
2026-08-02 18:25:14 -0700
-
cde9ac3544
Merge pull request #10 from VictorVargas/feat/multimodal-content-parts
Victor Vargas
2026-07-17 00:11:09 -0700
-
-
49353485e5
feat(agent): thread the new turn through Loop as llm.Message
Victor Vargas
2026-07-16 22:24:03 -0700
-
2f6f5fab1c
feat(llm): add multimodal ContentPart/Parts + per-provider serialization
Victor Vargas
2026-07-16 22:23:54 -0700
-
-
42a415fb7d
Merge pull request #9 from VictorVargas/feat/rag-sandbox-agent-recovery
Victor Vargas
2026-07-15 14:58:39 -0700
-
-
8e887c8c78
fix(agent,llamacpp): recover turns killed by unparsed tool calls and reasoning spirals
Victor Vargas
2026-07-15 14:50:45 -0700
-
07d1840e7e
feat(sandbox): network egress policy, secret redaction, untrusted-content fencing
Victor Vargas
2026-07-15 14:50:45 -0700
-
1c0c86de10
feat(rag): memory taxonomy (episodic/semantic/procedural) + episodic auto-capture
Victor Vargas
2026-07-15 14:50:31 -0700
-
-
ee9319b823
Merge pull request #8 from VictorVargas/fix/providers-agent-loop
Victor Vargas
2026-07-12 16:22:19 -0700
-
-
724a143f90
style: gofmt
Victor Vargas
2026-07-12 16:14:15 -0700
-
2e23216932
fix(agent): last-iteration false failure, cached schemas, usage in tool rounds
Victor Vargas
2026-07-12 16:14:15 -0700
-
e6830161bc
fix(llamacpp,anthropic): SSE headroom, no-choices guard, real context window
Victor Vargas
2026-07-12 16:14:15 -0700
-
838eef642a
fix(openai): make streaming actually work; honor configured model
Victor Vargas
2026-07-12 16:14:01 -0700
-
-
eea51e30d1
Merge pull request #7 from VictorVargas/fix/stream-tool-call-visibility
Victor Vargas
2026-07-10 00:10:39 -0700
-
-
caeb1a1be6
fix(agent): RunStream never surfaced tool calls to callers
Victor Vargas
2026-07-10 00:04:44 -0700
-
-
0a7a8d506d
Merge pull request #6 from VictorVargas/feat/subagent-runtime
Victor Vargas
2026-07-09 12:19:58 -0700
-
-
744bb00f88
feat(agent): add SubAgent runtime for nested, specialized agent loops
Victor Vargas
2026-07-09 12:08:32 -0700
-
-
3b36ad2cf8
Merge pull request #5 from VictorVargas/feat/agents-md-injection
Victor Vargas
2026-07-08 23:36:47 -0700
-
-
a2de4eb812
feat(llm): add anthropic provider client, expand llama.cpp sampling config
Victor Vargas
2026-07-08 23:33:20 -0700
-
0f835a0802
feat(agent): wire AGENTS.md discovery into the agent loop's system prompt
Victor Vargas
2026-07-08 23:27:17 -0700
-
-
eeefe07809
Merge pull request #4 from VictorVargas/feat/tools-for-model
Victor Vargas
2026-07-08 16:17:36 -0700
-
-
3ac9d89b98
Fix tool call tracking and streaming assembly for all providers
feat/tools-for-model
Victor Vargas
2026-07-08 16:11:57 -0700
-
-
20092f4e52
Merge pull request #3 from VictorVargas/feat/rag-and-sessions
feat/context-and-personality
Victor Vargas
2026-07-06 00:16:07 -0700
-
-
0652023037
feat(rag): add SQLite+FTS5 backend, fix content/usage plumbing bugs
feat/rag-and-sessions
Victor Vargas
2026-07-06 00:05:30 -0700
-
-
2cde90d8f7
Merge pull request #2 from VictorVargas/feat/consoel-buffer
Victor Vargas
2026-07-05 16:20:39 -0700
-
-
a38f63683b
feat: add history messages, reasoning content, and adaptive language support
feat/consoel-buffer
Victor Vargas
2026-07-05 16:17:37 -0700
-
-
cd13f79bb3
Merge pull request #1 from VictorVargas/feat-llm-interface
Victor Vargas
2026-07-03 14:30:55 -0700
-
-
d3ac4d0ac3
Merge branch 'main' into feat-llm-interface
Victor Vargas
2026-07-03 14:30:38 -0700
-
-
-
-
bffaecb579
docs(AGENTS): update repo status to reflect Go source code exists
feat-llm-interface
Victor Vargas
2026-07-03 14:22:46 -0700
-
2eed2033f0
test(llm,embeddings): add unit tests for mock client, types, and Ollama embedder
Victor Vargas
2026-07-03 14:22:41 -0700
-
1a8f1557f6
feat(llm): add ChatTemplateKwargs to CompletionRequest for provider-specific template params
Victor Vargas
2026-07-03 14:22:36 -0700
-
0054ca793c
docs: add AGENTS.md guide and skill definitions for AI agents
Victor Vargas
2026-06-30 23:53:34 -0700
-
c25243a690
feat(tools): add Tool definitions, Registry pattern, and filesystem sandbox with path validation
Victor Vargas
2026-06-30 23:53:32 -0700
-
9f33d6df93
feat(rag): add Retrieval-Augmented Memory with ChromaDB backend and embedding support
Victor Vargas
2026-06-30 23:53:30 -0700
-
3f2dc5ccc0
feat(persona): add Persona definition, system prompt assembly, and AgentsMD discovery
Victor Vargas
2026-06-30 23:53:28 -0700
-
4b39f52081
feat(agent): add Agent loop with iteration control, tool handling, and streaming support
Victor Vargas
2026-06-30 23:53:26 -0700
-
641481022f
feat(llm): add LLM client interface, types, providers (openai, llamacpp), and mock
Victor Vargas
2026-06-30 23:53:22 -0700
-
ce64b68f12
feat(config): add YAML config loader with hierarchical precedence
Victor Vargas
2026-06-30 23:53:20 -0700
-
2509029777
chore: add YAML config loading and UUID dependencies
Victor Vargas
2026-06-30 23:53:15 -0700
-
46aec356ee
docs(fix): fix go-llm-agent → rony-llm-agent
Victor Vargas
2026-06-30 14:43:00 -0700
-
dc754e6df2
Merge branch 'feat-llm-interface'
Victor Vargas
2026-06-30 13:53:06 -0700
-
-
8987266d1b
docs(i18n): translate all docs to English (with .es.md as Spanish alternative)
Victor Vargas
2026-06-30 13:40:37 -0700
-
3e3a42847a
fix: routers in documents and referents
Victor Vargas
2026-06-30 00:41:59 -0700
-
-
2ca15679cb
chore:split documents
Victor Vargas
2026-06-28 23:22:15 -0700
-
1efc90e10f
chore:update documents
Victor Vargas
2026-06-28 17:25:45 -0700
-
c21173a7f8
chore: initial scaffold with design docs
Victor Vargas
2026-06-28 16:03:57 -0700