Remix.run Logo
freehorse 15 hours ago

This sounds really cool! I love the idea behind it, the agent having persistent access to a repl session, as I like repl-based workflows in general. Do you have any code public from this by any chance?

jacob019 15 hours ago | parent [-]

https://github.com/jacobsparts/agentlib

See CodeAgent or subrepl.py if you're just interested in the REPL orchestration. I also have a Python REPL MCP server that works with CC. It isn't published, but I could share it by request.

My favorite part of code agent is the /repl command. I can drop into the REPL mid session and load modules, poke around with APIs and data, or just point Claude in the right direction. Sometimes a snippet of code is worth 1000 words.

dunk010 12 hours ago | parent | next [-]

I request you to publish it! :-D

jacob019 12 hours ago | parent [-]

Okay, I will :)

I'll add a new repo for it, maybe this evening, and I'll reply here with a link.

freehorse 14 hours ago | parent | prev [-]

Thanks!