I helped DeepSeek web chat give itself agentic…

Fedge's avatar
Fedge
@fedge

I helped DeepSeek web chat give itself agentic capabilities by having it write a Python server that runs on the local machine and a JS bridge that runs in the browser. The bridge scans for commands in the chat and sends them to the server, which returns the result for the bridge to put into the form and submit. I used some XML tags to make sure it was obvious what was going where and it actually does pretty good for what it is. I wouldn't build a project with it but it can learn your whole codebase and help you troubleshoot stuff

Log in to reply.

Replies