Kevin Lin
09d9c3ffd4
feat: anthropic tools for claude sonnet 4.5 ( #4988 )
...
* add anthropic memory tools
* memory view working
* update memory examples
* tools
* feat: some changes (#5003 )
* feat: added the ability to modify and add descriptions on creation
* fix: kill dead code & write into core_tool_executor instead
* fix: use block_manager not agent_manager where possible, also turn the return string errors into raising exceptions
* fix: cleanup, get rid of more return string errors replaced with valueerror, also drop deadcode
---------
Co-authored-by: Charles Packer <packercharles@gmail.com >
2025-10-07 17:50:47 -07:00
Kian Jones
b8e9a80d93
merge this ( #4759 )
...
* wait I forgot to comit locally
* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00
Kian Jones
22f70ca07c
chore: officially migrate to submodule ( #4502 )
...
* remove apps/core and apps/fern
* fix precommit
* add submodule updates in workflows
* submodule
* remove core tests
* update core revision
* Add submodules: true to all GitHub workflows
- Ensure all workflows can access git submodules
- Add submodules support to deployment, test, and CI workflows
- Fix YAML syntax issues in workflow files
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* remove core-lint
* upgrade core with latest main of oss
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-09 12:45:53 -07:00
Charles Packer
388dd46ffc
feat: various performance patches for gpt-5 [LET-4157] ( #4381 )
...
* feat: increase the verbosity of the heartbeat kwarg
* chore: strip docstrings out from the file in which they are not parsed (duplicates inside base.py
* feat: add examples to the docstrings for memory_replace and memory_insert
* feat: add more examples
2025-09-06 11:23:13 -07:00
Charles Packer
dd1a9a0b7c
fix: reduce the default tool return to something more sane [LET-4180] ( #4383 )
...
fix: reduce the default tool return to something more sane (prev limit was allowing like 200k tokens to come through and crash gpt-5
2025-09-03 13:51:33 -07:00
Matthew Zhou
129dd97902
feat: Add fetch webpage tool [LET-4188] ( #4395 )
...
* Add fetch webpage tool
* Use trafilatura for web extraction
2025-09-03 13:34:35 -07:00
Matthew Zhou
6e633bd8f9
feat: Change namespace to be org scoped and filter on agent_id [LET-4163] ( #4368 )
...
* Change to org scoped and agent_id filtering
* Finish modifying conversation search tool
* Fix failing tests
* Get rid of bad imports
2025-09-03 10:00:19 -07:00
Charles Packer
361c50bce4
fix: patch context window of gpt-5 to 272k not 400k [LET-4177] ( #4379 )
...
fix: patch context window of gpt-5 to 272k not 400k
2025-09-02 21:10:40 -07:00
Sarah Wooders
891da984a6
fix: fix various ease of use problems ( #3934 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-08-15 00:07:12 -07:00
cthomas
aab41cdb76
feat: add agent id input validation in retrieve endpoint ( #3892 )
2025-08-13 14:03:05 -07:00
Charles Packer
c02bff1e9b
fix: patch gpt-5 max context window in constants ( #3843 )
2025-08-10 14:55:22 -07:00
Matthew Zhou
76c9a58d6f
feat: Support streaming and move endpoint for letta-free ( #3780 )
2025-08-06 15:33:35 -07:00
Kevin Lin
ec04ca99f7
feat: exclude stronger models from default base tool rules ( #3703 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-08-05 20:33:05 +00:00
Matthew Zhou
e62ddf8355
feat: Add per-agent file management controls with context-aware defaults ( #3467 )
2025-07-22 10:43:37 -07:00
Matthew Zhou
33d99be157
feat: Add env var to control model within builtin web_search tool ( #3417 )
2025-07-18 16:45:59 -07:00
Matthew Zhou
d0d67d8b9b
feat: Throttle pinecone uploads ( #3373 )
2025-07-16 20:29:08 -07:00
Matthew Zhou
da17351ca4
feat: Add throttling and retries for pinecone ( #3302 )
2025-07-14 10:30:49 -07:00
Matthew Zhou
3959f8ba74
feat: Add batching to record upsert ( #3196 )
2025-07-07 12:18:39 -07:00
Matthew Zhou
954675396f
feat: Add pinecone for cloud embedding ( #3160 )
2025-07-03 22:37:55 -07:00
Andy Li
33c1f26ab6
feat: support for agent loop job cancelation ( #2837 )
2025-07-02 14:31:16 -07:00
Matthew Zhou
243d3d040b
feat: Add close all files functionality ( #3139 )
2025-07-02 14:27:38 -07:00
Matthew Zhou
efca9d8ea0
feat: Only add suffix on duplication ( #3120 )
2025-07-01 13:48:38 -07:00
Kevin Lin
a6b991df93
feat: increase default file block size ( #3074 )
2025-06-30 10:59:30 -07:00
Matthew Zhou
0bf797fab6
feat: Add back multi agent tools and protections for cloud ( #3100 )
2025-06-29 22:45:39 -07:00
Matthew Zhou
9cf2f2d86b
feat: Exclude archival tools on new agent creation ( #3072 )
2025-06-27 14:10:17 -07:00
Matthew Zhou
9bb80194fe
feat: Rework and simplify files tooling ( #3058 )
2025-06-27 13:23:44 -07:00
Sarah Wooders
366de63d4d
fix: add more timezone fixes ( #3025 )
2025-06-25 14:51:37 -07:00
Charles Packer
11e4010380
fix: added proper newlines to the rules ( #2940 )
2025-06-24 17:45:57 -07:00
Charles Packer
eaf7531448
fix: change the default context window to 30k ( #2974 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2025-06-24 17:42:50 -07:00
Matthew Zhou
f25a262f42
fix: Remove async multiagent tool ( #2994 )
2025-06-24 15:17:45 -07:00
Matthew Zhou
0a9ff9d0d5
feat: Add auto-closing files via LRU metric ( #2881 )
2025-06-23 10:49:41 -07:00
Matthew Zhou
a3c054bc92
feat: Ungate file upload for simple MIME types even without Mistral API key ( #2898 )
2025-06-18 15:11:30 -07:00
Matthew Zhou
b7a2f38e01
feat: Port firecrawl search into web search ( #2868 )
2025-06-17 14:08:31 -07:00
Matthew Zhou
d991d37b04
feat: Add built in firecrawl search tool ( #2858 )
2025-06-17 01:16:39 -07:00
Kevin Lin
5b83c96af4
feat: tune file tools prompting ( #2652 )
2025-06-13 16:24:59 -07:00
Andy Li
bfee33e1f9
feat: redis user caching ( #2774 )
2025-06-12 17:32:07 -07:00
cthomas
a855532e4b
feat: set request heartbeat for max steps ( #2739 )
2025-06-10 15:26:07 -07:00
cthomas
5ecd8a706c
fix: parallel tool calling OpenAI ( #2738 )
2025-06-10 14:27:01 -07:00
Andy Li
eaf5682422
feat: plugin system and backend runtime flags ( #2543 )
2025-06-05 18:12:44 -07:00
Matthew Zhou
91432088f9
feat: Add auto attach and detach of file tools ( #2655 )
2025-06-05 14:01:29 -07:00
Matthew Zhou
470b13f4b9
feat: Add tools for opening and closing files ( #2638 )
2025-06-04 17:33:18 -07:00
Kevin Lin
9951f73a7b
feat: Add files into agent context window on file upload ( #1852 )
...
Co-authored-by: Caren Thomas <carenthomas@gmail.com >
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2025-05-29 18:19:23 -07:00
Andy Li
70a2b1de79
feat: insert heartbeat dynamically and remove from stored json ( #2501 )
2025-05-29 10:29:05 -07:00
Sarah Wooders
3354f5fe50
feat: concurrently make embedding request and use async client for OpenAI ( #2482 )
...
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com >
2025-05-28 11:35:22 -07:00
Charles Packer
098b2efe7b
feat: new version of the base agent with a better system prompt and new tools ( #2325 )
2025-05-24 21:23:29 -07:00
Sarah Wooders
8133a5a158
feat: add MCP servers into a table and MCP tool execution to new agent loop ( #2323 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com >
2025-05-23 16:22:16 -07:00
Matthew Zhou
c634b3f6e3
feat: Add hardcoded list for Gemini ( #2301 )
2025-05-21 11:04:14 -07:00
Matthew Zhou
26ae9c4502
feat: Add tavily search builtin tool ( #2257 )
2025-05-19 16:38:11 -07:00
Matthew Zhou
26ffd19e1f
feat: Add built in code interpreter tool ( #2252 )
2025-05-19 16:01:40 -07:00
Sarah Wooders
99b44ce62d
chore: add a concept (and enforcement of) read-only blocks ( #2161 )
2025-05-13 20:54:52 -07:00