HackerTrans
トップ新着トレンドコメント過去質問紹介求人

earayu

no profile record

投稿

A public Agent Sandbox with Hermes inside

sandbox-sba1ad15f841c32f2f.treadstone-ai.dev
4 ポイント·投稿者 earayu·3 か月前·2 コメント

[untitled]

1 ポイント·投稿者 earayu·3 か月前·0 コメント

ApeRAG: Production-ready GraphRAG with multi-modal indexing and K8s deployment

github.com
32 ポイント·投稿者 earayu·10 か月前·14 コメント

コメント

earayu
·3 か月前·議論
Two ways to use it 1. Run the agent inside the sandbox Use Treadstone when the agent itself should live in the isolated environment and keep working there over time.

2. Use the sandbox as a tool Use Treadstone when your agent runs elsewhere, but needs an isolated environment it can create, inspect, and drive on demand.

In practice, that means an agent can:

create and manage sandboxes over the CLI, REST API, or Python SDK operate what is running inside them through shell, file, browser, HTTP/WebSocket, and MCP hand the same browser session to a human when review or takeover matters
earayu
·3 か月前·議論
Treadstone is an agent-native sandbox platform for longer-running AI work. You can run agents inside isolated sandboxes, or treat sandboxes as tools that agents call on demand. Each sandbox is built around an all-in-one runtime: code execution, shell, file system, browser-facing surfaces, MCP, and long-running state.

Treadstone is open source, self-hostable, and built on Kubernetes.
earayu
·10 か月前·議論
Maintaining databases is painful, so ApeRAG uses kubeblocks for all these databases.
earayu
·10 か月前·議論
Yes, ApeRAG uses all these databases.