• Joined on 2023-01-02
steve pushed to main at steve/go-llm 2025-04-06 18:35:26 +00:00
14961bfbc6 Refactor candidate parsing logic in Google adapter, which fixes only one tool call per execution
steve pushed to main at steve/answer 2025-04-06 17:32:24 +00:00
a0bc467bc4 Update dependencies in go.mod and go.sum
steve pushed to main at steve/go-llm 2025-04-06 17:31:57 +00:00
7c9eb08cb4 Add support for integers and tool configuration in schema handling
steve pushed to main at steve/answer 2025-04-06 16:11:32 +00:00
22589dd49c Update indirect dependencies in go.mod and go.sum
steve pushed to main at steve/answer 2025-04-05 00:14:50 +00:00
4f1a7e5b80 Streamline toolbox usage and update dependencies
steve pushed to main at steve/go-llm 2025-04-05 00:13:51 +00:00
ff5e4ca7b0 Add support for integers and tool configuration in schema handling
steve pushed to main at steve/answer 2025-03-27 06:18:19 +00:00
1aaed4ea28 Add YouTube transcript processing with yt-dlp integration
steve pushed to main at steve/answer 2025-03-26 04:21:24 +00:00
5d2c350acf Consolidated a bunch of reused code to agents
steve pushed to main at steve/go-llm 2025-03-26 03:53:12 +00:00
82feb7d8b4 Change function result type from string to any
steve pushed to main at steve/answer 2025-03-21 22:12:23 +00:00
5407c1a7cc Refactor search agent for concurrency and simplify flow
steve pushed to main at steve/answer 2025-03-21 15:10:53 +00:00
693ac4e6a7 Add core implementation for AI-powered question answering
steve pushed to main at steve/go-llm 2025-03-21 15:09:35 +00:00
5ba42056ad Add toolbox features for function removal and callback execution
steve pushed to main at steve/go-llm 2025-03-18 07:45:42 +00:00
52533238d3 Add getter methods for response and toolcall in Context
steve pushed to main at steve/go-extractor 2025-03-18 06:42:55 +00:00
39453288ce Add OpenSearch and SearchPage functionality for DuckDuckGo
steve pushed to main at steve/answer 2025-03-18 05:34:20 +00:00
20bcaefaa2 Refactor search and answer logic to improve modularity
steve pushed to main at steve/answer 2025-03-18 05:03:51 +00:00
b3df0fc902 Add OnFunctionFinished callback and enhance function handling
steve pushed to main at steve/go-llm 2025-03-18 05:02:58 +00:00
88fbf89a63 Fix handling of OpenAI messages with content and multi-content.
steve pushed to main at steve/answer 2025-03-18 03:43:48 +00:00
bc56213d5a Refactor search functionality and remove 'think' strategy
steve pushed to main at steve/go-llm 2025-03-18 03:41:55 +00:00
e5a046a70b Handle execution errors by appending them to the result.
steve pushed to main at steve/answer 2025-03-17 04:20:11 +00:00
a5a669f9a6 Refactor answer logic to improve question handling.