Commit Graph

25 Commits

Author SHA1 Message Date
freemo ea037e1bff refactor: update logging and error handling in LLMAgent and TemplateRenderer 2025-07-07 18:40:08 -04:00
freemo 6910774554 feat: add unsafe mode for executing code with full privileges 2025-07-06 23:55:07 -04:00
freemo 2fa7e1c913 feat: add support for custom code tools and enhance error handling 2025-07-06 20:40:04 -04:00
freemo 7fe3521a2c test: add feature tests for Agent base class coverage 2025-07-06 22:08:06 +00:00
freemo 0b052c75af refactor: improve null checks and error handling in LLMAgent class 2025-07-06 21:40:09 +00:00
freemo 3cc976c895 refactor: improve config management and add comprehensive tests 2025-07-06 20:20:09 +00:00
freemo 245a8774e8 test: add detailed router scenarios and steps for coverage 2025-07-06 15:23:54 -04:00
freemo 47b32b2800 test: add detailed tests for Tool, WebSearchTool, and ToolAgent 2025-07-06 14:42:47 -04:00
freemo b917e8fdff test: add tests for TemplateRenderer error handling and edge cases 2025-07-06 14:15:30 -04:00
freemo 6fde8193c6 feat: enhance error handling and add comprehensive session tests 2025-07-06 14:01:27 -04:00
freemo af801be1c1 test: add AgentNetwork feature tests with mock configurations 2025-07-05 23:32:24 -04:00
freemo d935b7cec3 feat: add step aliasing and validation to CompositeAgent with tests 2025-07-06 02:50:28 +00:00
freemo f325866e6d feat: replace 'agents' with 'steps' in CompositeAgent configuration, and have it support both routes and agents. 2025-07-04 17:46:15 -04:00
freemo 437f2e5651 feat: enhance CompositeAgent with parallel strategy and add tests 2025-07-04 15:10:18 -04:00
freemo a9b8a1a6a3 fix: add validation for unique agent and route names in initialization 2025-07-04 13:22:36 -04:00
freemo f018ecd02f feat: enhance agent configuration with template references and validation 2025-07-02 23:33:06 -04:00
freemo 72e9fcb985 feat: add API key configuration and handling for agents and tools 2025-07-01 22:20:04 -04:00
freemo 9392934fd0 refactor: remove legacy router support and update configuration handling 2025-07-01 20:47:20 -04:00
freemo 08817f1754 refactor: remove fallback logic in template expression evaluation 2025-07-01 19:46:03 -04:00
freemo ee69a20ad7 feat: add route strategy to CompositeAgent with tests and examples 2025-07-01 16:18:56 -04:00
freemo 9c8cae1fd4 refactor: support multi-router configuration in CleverAgentsApp 2025-07-01 01:00:08 +00:00
freemo 2c667b4cb0 test: enhance message routing verification with context history 2025-06-30 23:16:09 +00:00
freemo 9049478bdc refactor: improve agent configuration and routing logic in LLM and tool agents 2025-06-30 18:12:05 +00:00
freemo 72726a762a feat: migrate project to CleverAgents with new features and tests 2025-06-28 14:49:24 -04:00
freemo bda31cf4ce Added boilerplate code for python 2024-03-06 23:57:14 -05:00