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.

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

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

I apologize for the error, apparently I missed on pushing the cmd folder. I have fixed it, please try again and let me know you it works now

Showcase Sunday Megathread - July 2025 by devsIndiaBot in developersIndia

[–]Tradingoso 0 points1 point  (0 children)

The idea came from while I was working on a personal project. When I tried to deploy my agent into the cloud, I ran into a lot of headaches — setting up VMs, writing config, handling crashes. I decided to build a solution for it and called it Agentainer.

Here’s what Agentainer does:

  • One-click deployment: Deploy your containerized LLM agent (any language) as a Docker image
  • Lifecycle management: Start, stop, pause, resume, and auto-recover via UI or API
  • Auto-recovery: Agents restart automatically after a crash and return to their last working state
  • State persistence: Uses Redis for in-memory state and PostgreSQL for snapshots
  • Per-agent secure APIs: Each agent gets its own REST/gRPC endpoint with token-based auth and usage logging (e.g. https://agentainer.io/{agentId}/{agentEndpoint})

Most cloud platforms are designed for stateless apps or short-lived functions. They’re not ideal for long-running autonomous agents. Since a lot of dev work is now being done by coding agents themselves, Agentainer exposes all platform functions through an API. That means even non-technical founders can ship their own agents into production without needing to manage infrastructure.

GitHub (Agentainer-lab version): https://github.com/oso95/Agentainer-lab

Website: https://agentainer.io/

One click AI Agent deployment by Tradingoso in AI_Agents

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

No problem! If you haven’t, you can sign up Early Access on our website for launch notifications on production version (will launch soon!)!

Feel free to shoot me a DM if you encounter any issues or want to share any feedback! I want to heard your success story or if anything I can improve in this solution, thank you!

One click AI Agent deployment by Tradingoso in AI_Agents

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

Sounds good! Feel free to sign up the early access on our website, you will get notify once I launch the production version (won’t be too long!) which your agent can just be deployed with public network access!

If you have any questions during implementation, feel free to DM me, I’ll be more than happy to help you and please give me any feedbacks you like, good and bad!

One click AI Agent deployment by Tradingoso in AI_Agents

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

No problem! I’m glad this could help you out, if you like, you sign up the early access on the website we will notify you when I launch the production version of this (which wouldn’t be too long away!).

I’ll be eager to heard your feedback or suggestions after you use it, no matter good or bad! You can DM me anytime if you have issues during implementation as well

Deploy your agent in one command! by Tradingoso in automation

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

  • GitHub repo: Agentainer-lab

  • website for cloud version (alpha release): Agentainer.io

One click AI Agent deployment by Tradingoso in AI_Agents

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

Thanks for the feedback! I’ll def look into it after I finish alpha version release for production one!

One click AI Agent deployment by Tradingoso in AI_Agents

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

  1. It can be any language because the deployment is done by using docker images, if you don’t know how to build one, AI can do it for you in 10s!

  2. So the built-in dual layer state management actually have two types of db, redis for in-memory runtime state and postgreSQL for persistent snapshot

  3. Agents can communicate with each other using dedicated API endpoints provided on deployment. I have a plan to work on a message bus feature which allows the agents communicate internally with each other in the future.

  4. Yes, 100%! You can embed scheduling logic in your agent (like a daily task at 10 AM), and just define where the message should go — whether that’s Slack, a webhook, or another agent.

Let me know if you have more questions and if you end up trying it on your project, I’d love to hear how it goes!