Agent Rita#162
Open
DidierRLopes wants to merge 2 commits into
Open
Conversation
jose-donato
reviewed
Jun 14, 2026
|
|
||
| Agent Rita implements the two endpoints Workspace expects from a custom agent: | ||
|
|
||
| - `GET /agents.json` advertises the agent, supported models, and Workspace features. |
Collaborator
There was a problem hiding this comment.
i think here we can also talk a bit about the gen endpoints
- generate name for dashboard
- copilot chat title
or... are we hiding those for the release?
jose-donato
reviewed
Jun 14, 2026
|
|
||
| Workspace fetches `http://localhost:7777/agents.json` and uses the advertised `/v1/query` endpoint for chat requests. If you have MCP servers configured in Workspace, their tools are included in requests to Agent Rita and can be used by the agent when relevant. | ||
|
|
||
| If Workspace runs in Docker, on another machine, or behind a remote URL, replace `localhost` with a host that the browser can reach. |
Collaborator
There was a problem hiding this comment.
if agent, not workspace
| - `src/routes/agents.ts` controls the `agents.json` response. | ||
| - `src/routes/query.ts` receives Workspace requests and chooses the model. | ||
| - `src/agent/` contains the main agent loop, prompt builder, context handling, round-trip handling, and tool registration. | ||
| - `src/agent/tools/` contains local tools for widget search, widget data, skills, SQL, generated artifacts, and native Workspace bridge actions. |
Collaborator
There was a problem hiding this comment.
missing mcp tools, not sure, are we ignoring those for now? if so, agent doesnt have web search, web fetch, code execution, ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.