Timothy
3963855d1d
fix: isolate session loading
2026-02-24 11:02:58 -08:00
Timothy
74635e1d7d
feat: subscription model support, tui revamp
2026-02-18 20:28:11 -08:00
Timothy
978904d2a4
fix(executor): async operations on non-streaming llm complete for healthy event loop
2026-02-15 17:31:18 -08:00
Timothy
4d8c8e9308
feat(arch): architecture patches to support multi-entry agents consuming external events
2026-02-15 16:19:58 -08:00
Timothy
1f8a47203f
fix: common transient errors and loop detection
2026-02-13 16:14:43 -08:00
Timothy
9a3c6703e1
feat:phased compaction and event bus integration
2026-02-12 18:41:32 -08:00
Timothy
76deba2a6a
feat: consistent memory system
2026-02-12 11:41:22 -08:00
Timothy
1c6f17e8db
Merge remote-tracking branch 'origin/main' into feature/quickstart-credential-store
2026-02-04 20:03:44 -08:00
Timothy
8f32ef8064
chore: uv for all
2026-02-04 19:57:41 -08:00
Timothy
3e2a11d60d
feat: integrate agent builder with tui
2026-02-04 14:47:28 -08:00
Timothy
1ed0edd158
Merge remote-tracking branch 'upstream/main' into event-loop-arch
...
# Conflicts:
# .claude/settings.local.json
2026-02-02 18:46:07 -08:00
Timothy
4aacec30d8
fix: text delta granularity, tool limit problem
2026-02-02 13:21:50 -08:00
RichardTang-Aden
b459a2f7a9
Merge pull request #918 from Siddharth2624/fix-malformed-json-tool-args
...
Handle malformed JSON tool arguments in LiteLLMProvider
2026-02-02 13:04:13 -08:00
Timothy
70db618c6e
feat: event loop node implementation
2026-02-01 17:16:18 -08:00
Siddharth Varshney
9f424f2fc0
Remove unused Fake* classes and unrelated note block
...
- Remove unused FakeFunction, FakeToolCall, FakeMessage, FakeChoice, FakeResponse classes from test_litellm_provider.py
- Remove unrelated note block from building-production-ai-agents.md
- Fix lint issues (trailing whitespace)
2026-01-31 20:56:52 +00:00
Timothy
7e670ce0a8
feat: event loop WP1-4
2026-01-30 11:43:19 -08:00
Timothy
aa0fff8ac5
fix: use credential store by default
2026-01-28 18:51:20 -08:00
Siddharth Varshney
a96cd546c8
Merge branch 'main' into fix-malformed-json-tool-args
2026-01-28 15:35:33 +05:30
Siddharth Varshney
4253956326
Handle malformed JSON tool arguments safely
2026-01-28 09:49:17 +00:00
Timothy
bc6f70933b
feat: hubspot integration and advanced scraper
2026-01-27 20:50:17 -08:00
Timothy
e4f451e3f5
fix: lint issues with new enforcement
2026-01-27 10:45:49 -08:00
Timothy @aden
f6c5c5cadb
Merge branch 'main' into feature/parallel-fanout
2026-01-27 10:04:54 -08:00
Timothy
39831cf4b1
feat: parallel execution framework
2026-01-26 19:25:25 -08:00
Siddharth Varshney
d6b05bf337
Handle malformed JSON tool arguments in LiteLLMProvider
2026-01-26 23:27:32 +00:00
RichardTang-Aden
0a8c30c3da
Merge pull request #788 from SoulSniper-V2/feat/add-deepseek-docs
...
docs(llm): add DeepSeek models support documentation and examples
2026-01-26 14:33:51 -08:00
bryan
22358a2d83
Merge branch 'main' into fix/ruff-tests
2026-01-26 13:37:12 -08:00
Arush Wadhawan
40e39d29f8
docs(llm): add DeepSeek models support documentation and examples
...
Signed-off-by: Arush Wadhawan <warush23+github@gmail.com >
2026-01-26 12:24:51 -05:00
bryan
46bdedcabb
ruff check fix
2026-01-26 07:32:03 -08:00
Kira714
1c78174aaf
fix(llm): correct type annotation from lowercase callable to Callable
...
Fixes #599
The `callable` keyword in Python is a builtin function to check if something
is callable, NOT a type annotation. For type hints, we need `Callable` from
the typing module.
Changed:
- `tool_executor: callable` → `tool_executor: Callable[[ToolUse], ToolResult]`
Files updated:
- core/framework/llm/provider.py
- core/framework/llm/anthropic.py
- core/framework/llm/litellm.py
This fixes mypy/pyright type checking errors like:
"Variable annotation syntax is for types; callable is a function"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 16:27:54 +08:00
Chrishabh2002
c454870ac8
add code-first agent example and isolate core dependencies
2026-01-25 17:21:58 +05:30
Timothy
49724b6da0
Merge branch 'staging' into feature/multi-entrypoint-arch
2026-01-23 17:05:33 -08:00
Timothy
7aa56b905c
feat: framework guardrails
2026-01-23 16:31:46 -08:00
bryan
b0e870d1db
updated output to clean json, update set goal, changed llm to llm_generate
2026-01-23 14:27:45 -08:00
Timothy
56fb8e27f4
chore: python lint
2026-01-22 11:56:28 -08:00
Mohamed Awnallah
86d11bbf39
core: introduce litellm provider
2026-01-21 07:24:35 +02:00