Skip to content

feat: v2 - ai assistant - tangle help subagent#2330

Open
maxy-shpfy wants to merge 1 commit into
05-26-feat_v2_-_ai_assistant_llm_proxy_and_dispatcher_agentfrom
05-26-feat_v2_-_ai_assistant_-_tangle_help_subagent
Open

feat: v2 - ai assistant - tangle help subagent#2330
maxy-shpfy wants to merge 1 commit into
05-26-feat_v2_-_ai_assistant_llm_proxy_and_dispatcher_agentfrom
05-26-feat_v2_-_ai_assistant_-_tangle_help_subagent

Conversation

@maxy-shpfy
Copy link
Copy Markdown
Collaborator

@maxy-shpfy maxy-shpfy commented May 28, 2026

Description

Introduces help agent, that can search thru RAG that contains all the available documentation.

Screenshots (if applicable)

AI Assistant - Docs subagent.mov (uploaded via Graphite)

Test Instructions

  1. Ask questions that are available in the documentation.

Additional Comments

Most likely this will be replaced in future by API based tool. So far it is static vector + home-made vector search. Good enough for Beta.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2026

🎩 Preview

A preview build has been created at: 05-26-feat_v2_-_ai_assistant_-_tangle_help_subagent/3f8defc

Copy link
Copy Markdown
Collaborator Author

maxy-shpfy commented May 28, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is likely a tmp solution. For a docs corpus on the order of 10²–10³ chunks, a linear cosine scan in JS is <10ms and beats any hosted alternative on latency.

Later it can be replaced by a tool that calls our docsite or API for realtime smart search.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was built based on MD files from tangleml.com

@maxy-shpfy maxy-shpfy force-pushed the 05-26-feat_v2_-_ai_assistant_llm_proxy_and_dispatcher_agent branch from 295b24e to 65cce3b Compare May 28, 2026 05:42
@maxy-shpfy maxy-shpfy force-pushed the 05-26-feat_v2_-_ai_assistant_-_tangle_help_subagent branch from 37e415d to 80b5630 Compare May 28, 2026 05:42
@maxy-shpfy maxy-shpfy force-pushed the 05-26-feat_v2_-_ai_assistant_-_tangle_help_subagent branch from 80b5630 to 3f8defc Compare May 28, 2026 06:12
@maxy-shpfy maxy-shpfy marked this pull request as ready for review May 28, 2026 06:12
@maxy-shpfy maxy-shpfy requested a review from a team as a code owner May 28, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant