• Joined on 2023-01-02
steve pushed to main at steve/go-llm 2025-08-08 15:07:44 +00:00
1927f4d187 woops messed up restriction
steve pushed to main at steve/go-llm 2025-08-08 14:37:19 +00:00
5fa7c7e5c7 Restrict temperature override for unsupported models (o* and gpt-5*).
steve pushed to main at steve/go-llm 2025-07-31 05:51:31 +00:00
07a04d08a9 Add WithDescription method to Function struct
steve pushed to main at steve/go-llm 2025-07-22 03:14:58 +00:00
31766134ef bubble up the mime type
steve pushed to main at steve/go-llm 2025-07-22 02:53:16 +00:00
e0adc40661 fix junie's bad idea
steve pushed to main at steve/go-llm 2025-07-22 01:53:23 +00:00
c73c63a8aa Merge remote-tracking branch 'origin/main'
101291abd9 handle base64 image resizing for anthropic
Compare 2 commits »
steve pushed to main at steve/go-extractor 2025-05-27 05:46:10 +00:00
203b97d957 Update default UserAgent string in PlayWrightBrowser
steve pushed to main at steve/answer 2025-05-04 02:09:06 +00:00
1c3ea7d1f1 Refactor Knowledge struct into shared package
steve pushed to main at steve/answer 2025-05-04 02:06:37 +00:00
d2b9eb350e Refactor console agents for improved modularity and configuration
steve pushed to main at steve/answer 2025-05-04 01:52:08 +00:00
4c5922d571 Merge remote-tracking branch 'origin/main'
7834943cb6 Update go-llm module version in go.mod and go.sum
Compare 2 commits »
steve pushed to main at steve/answer 2025-05-03 09:55:12 +00:00
8ae16cb633 Update go-llm module version in go.mod and go.sum
24f248d900 Update go-llm module version in go.mod and go.sum
Compare 2 commits »
steve pushed to main at steve/go-llm 2025-05-02 02:11:27 +00:00
e9baf7910e Add LLM parsing functionality
steve pushed to main at steve/answer 2025-04-12 19:08:19 +00:00
82580a5a7a Update go-llm module version in go.mod and go.sum
steve pushed to main at steve/go-llm 2025-04-12 19:07:48 +00:00
39ffb82237 Add image handling for Gemini requests with URL download and base64 support
steve pushed to main at steve/answer 2025-04-12 07:42:19 +00:00
ab1434d671 Update go-llm module version and modify system prompt handling in knowledge integration
steve pushed to main at steve/go-llm 2025-04-12 07:41:50 +00:00
916f07be18 added anthropic tool support i think
steve pushed to main at steve/answer 2025-04-12 06:30:06 +00:00
1447b73dfb Refactor function registration in knowledgeworker to use WithFunctions method
steve pushed to main at steve/answer 2025-04-12 06:22:15 +00:00
1be5cc047c Fix browser closure timing in search agent
steve pushed to main at steve/go-llm 2025-04-12 06:20:44 +00:00
3093b988f8 Refactor toolbox and function handling to support synthetic fields and improve type definitions
steve pushed to main at steve/go-llm 2025-04-08 00:33:39 +00:00
2ae583e9f3 Add support for required fields in parameter generation