| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-11 | 1.1 kB | |
| v0.10.0 -- Agent engine hardening, public Torque canvas source code.tar.gz | 2026-05-11 | 5.6 MB | |
| v0.10.0 -- Agent engine hardening, public Torque canvas source code.zip | 2026-05-11 | 5.7 MB | |
| Totals: 3 Items | 11.2 MB | 0 | |
Security
- Sandboxed code node execution (stripped globals, 5s timeout)
- AbortSignal propagation into all node executors
- HTTP/SDK calls now have AbortController + timeout
Execution Engine
- Hard timeout enforcement (default 120s, configurable)
- Cycle-safe topological sort with visited-set dedup
- Execution context now carries BaseApp reference
API Hardening
- Rate limiting on all /api/agents routes
- Auth required on execute & stream endpoints (superuser)
- Input validation on workflow register endpoint
- Auto-cleanup of old execution records (keeps last 1000)
DB Persistence
- create_record and query_records nodes now wired to actual collections
- Execution context passes app reference for DB access
Torque Canvas (public)
- Deployed at https://torque-shreyashdange15-6693s-projects.vercel.app
- SSO protection disabled — fully public
- 48 node types across 6 categories with multi-handle connections
Docs & Landing Page
- Torque link added to TspoonBase nav, feature grid, footer
- Torque docs page updated with full 48-node catalog and multi-handle reference