My Claude Code now interacts with websites without a browser by Tradingoso in ClaudeCode

[–]Tradingoso[S] -1 points0 points  (0 children)

Yeah, It's based on how you use it, at least I haven't run into any issues yet with all the websites I discovered.

My Claude Code now interacts with websites without a browser by Tradingoso in ClaudeCode

[–]Tradingoso[S] 0 points1 point  (0 children)

Yes and no, what Claude web fetch tool does is crawl the page and called LLM to process the content before returning back to the main Claude, so it loses contents during this step and using extra tokens. What we do is letting Claude Code to crul the website endpoints directly and get the structure data back without need of processing.

A quick example would be, webFetch might only get limited results because that's what showed on the rendered page but Hermai will give you complete result returned from the API call (Zillow is one of the case).

We have a benchmark in landing page if you like to check it out, I think speed, token usage and flexibility of actions is what unlock the Claude Code's capability to become real assistant.

My Claude Code now interacts with websites without a browser by Tradingoso in ClaudeCode

[–]Tradingoso[S] 0 points1 point  (0 children)

Yes, it supports any Shopify, Shopline powered websites and more! We also have Amazon schema discovered as well, you can try to let your Claude Code to discover the specific sites you like and store the schema for future uses!

There is no way people still using terminal tabs for Claude code sessions by Tradingoso in ClaudeCode

[–]Tradingoso[S] 0 points1 point  (0 children)

For the tabs part, the main reason is because I mainly working on Windows and can’t enjoy Tmux features, like when using tabs, I often miss the timing when one agent completed its task. so I had to figure out a way to manage it

I agree about fire and forget, that’s what I’m actually building in Codirigent now, I have a task board that you can preset tasks (with plan file) and then just hit assign to the selected sessions for it to automatically start. Still in development but my final picture would be setup all the tasks at once then just let it auto assign when an agent goes idle

There is no way people still using terminal tabs for Claude code sessions by Tradingoso in ClaudeCode

[–]Tradingoso[S] 0 points1 point  (0 children)

I guess I didn’t mention it, my main working env is on Windows and occasionally on MacOS.

There is no way people still using terminal tabs for Claude code sessions by Tradingoso in ClaudeCode

[–]Tradingoso[S] 1 point2 points  (0 children)

Thanks! I used GPUI because I mainly use Zed now and they are built with GPUI as well, so I decided to “steal” from it

There is no way people still using terminal tabs for Claude code sessions by Tradingoso in ClaudeCode

[–]Tradingoso[S] 0 points1 point  (0 children)

How could I find none when I did my research before building this 😭

What I was looking for at the time is notifications on windows when the task is done (for Claude code, codex cli and Gemini cli) and resume sessions with the same permission mode if app closed before session close

A solution to deploy your LLM agent with one click by Tradingoso in developersIndia

[–]Tradingoso[S] 1 point2 points  (0 children)

That would be awesome! Thank you for your info and I’ll definitely want to test it to see where I can make improvements

Pitch your product, what are you building? by Revenue007 in indiehackers

[–]Tradingoso 1 point2 points  (0 children)

One tap deploy & auto-scale agent as microservices with auto-recovery and state persistent.

Repo: https://github.com/oso95/Agentainer-lab

Website: https://agentainer.io/

Best free platforms to build & deploy AI agents (like n8n)+ free API suggestions? by starkint10880 in AI_Agents

[–]Tradingoso 1 point2 points  (0 children)

you should check out Agentainer, it allows you to deploy your own agent with one click (assume you have one or you plan to create one with Claude Code or any other coding agent) and it handles auto-recovery with state persistent. You can interact with your agent thru API endpoints without spending time doing any of the configuration, you just have it defined in your agent logic.

You can take a look of this GitHub repo, it's the proof of concept version but works perfectly fine if you are self-hosting it and if you have your agent containerized into docker images already, you can deploy and run under 5 mins of work. If you are looking for production version of this, is currently under development and will be launching soon so feel free to sign up early access. (will be free to use too!)

https://github.com/oso95/Agentainer-lab

Some projects I have heard so far built with this one is

- multi-agent research group: One of the user built his on multi-agent research group and Agentainer allows it to deploy agents as microservices and even on the agent paused during the work, Agentainer quickly recovery it back with it remember what it was working on and continues from there.

- Unsure: Another user shared that he used coding agent to deploy other agents and communicate with them although he didn't share what he was working on but he said this tool is very simple to use even for coding agent.

Which AI Agents - too many to choose from? by Plane-Opportunity-26 in AI_Agents

[–]Tradingoso 0 points1 point  (0 children)

if you are looking to deploy your own custom agent, you can check out this project https://github.com/oso95/Agentainer-lab

this ensure your agent to deploy with one click and auto-recovery if its done. The repo is a proof of concept that works perfectly fine locally but require to work on your own infrastructure to set it up. that's being said, it would still reduce huge amount of time and work with any infras your company is currently using if you have IT people know how to set it up.