Commit graph

41 commits

Author SHA1 Message Date
Ramnique Singh
a79667b401 support streameable HTTP mcp 2025-06-08 16:23:51 +05:30
akhisud3195
9157f87dc7 Add hosted tools + revamp tools UX
Replace db storage with api calls to klavis for list servers and add filters to hosted tool views

Add logging and simplify oauth

Refactor klavis API calls to go via a proxy

Add projectAuthCheck() to klavis actions

Fix build error in stream-response route.ts

PARTIAL: Revamp tools modal

PARTIAL: Manage mcp servers at project level document

PARTIAL: Fetch tools from MCP servers upon toggle ON

PARTIAL: Propogate hosted MCP tools to entity_list in build view

Show tool toggle banner

Add sync explicitly to prevent long page load time for MCP server's tools

PARTIAL: Fix auth flow DB writes

PARTIAL: Add tools with isready flag for auth-related server handling

PARTIAL: Bring back sync tools CTA

Fix tool selection issues

PARTIAL: Fix sync issues with enriched and available tools and log unenriched tool names

Remove buggy log statement

Refactor common components and refactor HostedServer

PARTIAL: Add custom servers and standardize the UI

PARTIAL: Add modal and small UI improvements to custom servers page

Show clubbed MCP tools in entity_list

Add tool filters in tools section of entity_list

Revert text in add tool CTA

Make entity_list sections collapsed when one is expanded

Merge project level tools to workflow level tools when sending requests to agent service

Restore original panel-common variants

Reduce agentic workflow request by removing tools from mcp servers

Merge project level tools to workflow level tools when sending requests to copilot service

Fix padding issues in entity_list headers

Update package-lock.json

Revert package* files to devg

Revert tsconfig to dev

PARTIAL: Change tabs and switch to heroui pending switch issues

Fix switch issues with heroui

Pass projectTools via workflow/app to entity_list and do not write to DB

Fix issue with tool_config rendering and @ mentions for project tools

Include @ mentioned project tools in agent request

Update copilot usage of project tools

Read mcp server url directly from tool config in agents service

Make entity_list panels resizable

Update resize handlers across the board

Change Hosted MCP servers ---> Tools Library

Remove tools filter

Remove filter tabs in hosted tools

Move tools selected / tools available labels below card titles

Remove tools from config / settings page

Bring back old mcp servers handling in agents service for backward compatibility as fallback

Remove web_search from project template

Add icons for agents, tools and prompts in entity_list

Enable agents reordering in entity_list

Fix build errors

Make entity_list icons more transparent

Add logos for hosted tools and fix importsg

Fix server card component sizes and overflow

Add error handling in hosted servers pageg

Add node_modules to gitignore

remove root package json

add project auth checks

revert to project mcpServers being optional

refactor tool merging and conversion

revert stream route change

Move authURL klavis logic to klavis_actions

Fix tool enrichment for post-auth tools and make logging less verbose

Expand tool schema to include comprehensive json schema fields

Add enabled and ready filters to hosted tools

Add needs auth warning above auth button

Update tools icon

Add github and google client ids to docker-compose

Clean up MCP servers upon project deletion

Remove klavis ai label

Improve server loading on and off UX

Fix bug that was not enriching un-auth servers

Add tool testing capabilities

Fix un-blurred strip in tool testing modal view

Disable server card CTAs during toggling on or off transition

Add beta tag to tools

Add tool and server counts

Truncate long tool descriptions

Add separators between filters in servers view

Support multiple format types in tool testing fields

Fix menu position issue for @ mentions
2025-06-03 17:34:16 +05:30
arkml
37cac79da7 fixed token_used error for other providers 2025-05-20 17:12:06 +05:30
akhisud3195
87615ce96f Make tracing env var access safe 2025-05-13 20:30:27 +05:30
akhisud3195
889b7ee166 Add RAG tool logging and update to use chunks toggle, ragK value 2025-05-09 10:26:16 +05:30
akhisud3195
770a080232 Clean up tools.py and interactive.py 2025-05-09 10:17:36 +05:30
akhisud3195
968dfacd65 [EXP] Make rag_search a library tool 2025-05-09 09:39:09 +05:30
arkml
6413f6211e added rag instructions to agents with rag sources attached 2025-05-09 09:38:09 +05:30
akhisud3195
98dfe2e469 Add output_visbility as agent field 2025-05-08 22:59:26 +05:30
akhisud3195
4df6d832c2 Move max_calls_per_parent_child to agent config in the UI 2025-05-08 21:34:46 +05:30
arkml
c8dd5f4572 fixed bug in max child turns 2025-05-08 13:23:42 +05:30
akhisud3195
9a72540536 Add back token usage counting in agents code 2025-05-08 10:36:19 +05:30
akhisud3195
67d3cc5e29 Handle max child calls and tracing variable defaults in env 2025-05-07 20:52:19 +05:30
akhisud3195
92fb1819c7 Add agent update events for code-based transitions 2025-05-07 14:18:50 +05:30
akhisud3195
e1b1b63980 Update styling for chat messages in playground and add delta timestamps 2025-05-07 14:05:13 +05:30
akhisud3195
69316aee60 Move tracing toggle and max child turns to .env file 2025-05-06 22:47:35 +05:30
akhisud3195
e59a8b75cf Enable internal and user-facing agents to build pipelines 2025-05-06 18:51:28 +05:30
akhisud3195
1246ea47b9 Refactor web_search tool handling 2025-05-02 18:45:20 +05:30
akhisud3195
817f7893a2 Remove legacy swarm_wrapper code 2025-05-02 17:26:05 +05:30
akhisud3195
6d47adafb3 Remove old swarm code and unused imports 2025-05-02 17:10:37 +05:30
Ramnique Singh
118c724ad7 More fixes for litellm, openrouter support 2025-04-29 13:22:29 +05:30
akhisud3195
14eee3e0c3 Add support for other providers - litellm, openrouter 2025-04-29 13:22:22 +05:30
arkml
3d4702c83e fixed web search 2025-04-15 21:55:26 +05:30
arkml
8e16ac6204 add web search tool in run_streamed 2025-04-15 21:55:26 +05:30
arkml
41c3f2cfc6 added web_search tool to agents 2025-04-15 21:55:25 +05:30
arkml
1f9749fe37 fix default tokens used values 2025-04-09 21:29:46 +05:30
arkml
122ee00fac bubble up exceptions in tools 2025-04-09 19:35:25 +05:30
arkml
fd457c0692 the agents are now aware of their names 2025-04-09 15:54:27 +05:30
Ramnique Singh
8731dc716c Use POST method SSE streaming in agents
This change eliminates an extra API endpoint from agents service. It
also removes dependency on redis
2025-04-09 14:50:14 +05:30
Ramnique Singh
f654f71e7d fix mcp tool schema bug 2025-04-08 22:50:43 +05:30
Ramnique Singh
a59d8c3ed3 fix sync /chat call to agents service 2025-04-05 00:37:20 +05:30
arkml
98c48f6484 fix agent transfer messages 2025-04-01 13:19:46 +05:30
arkml
98663275b8 set temperature to 0 in agents 2025-04-01 12:53:19 +05:30
arkml
18812a4887
Made agent run function async (#49)
* fixed sync run function

* fixed simulation
2025-03-28 00:51:53 +05:30
Ramnique Singh
a56b2d3a90 add text rag source 2025-03-27 22:44:28 +05:30
arkml
4b3395ea3a added test profile support for tools 2025-03-26 23:08:23 +05:30
arkml
d58c0cce88 added jwt header for calling webhook tools 2025-03-26 21:05:49 +05:30
Ramnique Singh
277a553ee1 docker fixes for agents 2025-03-26 17:01:49 +05:30
akhisud3195
695a961333 Fix tool call id 2025-03-26 15:52:01 +05:30
ramnique
77b53696b6 Next.js changes for playground streaming 2025-03-26 15:52:00 +05:30
akhisud3195
24efe0e887 Merge changes v1 2025-03-26 15:51:59 +05:30