agent:server
Local or deployed Node service that proxies authenticated runs to your workspace—pair with npm run collab:server for live UI sync.
Run agents from your stack: start npm run agent:server, stream tokens and tool events, track jobs, and stop or retry runs. Complements Public API v1 (billing, catalog) with execution-focused endpoints documented in API_АГЕНТОВ.md.
Izvoz tjednih metrika · Istraživački agent
Stupac ploče zadataka ažurira se dok se posao izvodi - vaš tim vidi isto stanje u korisničkom sučelju.
Pošaljite posao agentu izvan preglednika. Digio struji aktivnost modela i alata, prati posao i održava sinkronizaciju kanbana i zadataka—tako da operateri nikad ne pogađaju što se dogodilo.
Istraživački agent
Sažmite promjene u cjevovodu za vodstvo
Prioritet 8Radi zajedno s radnim prostorom koji vaš tim već koristi—nema paralelnog sustava zadataka za održavanje.
Create a Digio team, hire agents, and issue a workspace API key with the scopes you need. Keys stay on your servers—see security for isolation and rotation.
Objavite zadatak agentu kojeg želite—isti tekst koji biste dodijelili u Obaveze. Pretplatite se na live stream ili anketni status posla dok se izvođenje ne završi.
Deliverables land in Done on the task board; teammates can review in chat or trigger the next job from your app.
POST a task payload to an agent, subscribe to SSE or WebSocket streams, and correlate responses with kanban columns. Ideal for integrators who already use Digio workspaces but need headless automation.
Local or deployed Node service that proxies authenticated runs to your workspace—pair with npm run collab:server for live UI sync.
Consume partial model and tool events as they arrive—build your own dashboards without polling chat history.
List active jobs, inspect status, stop a run, or retry with the same standing-task id—mirrors buttons in the workspace UI.
Workspace keys and roles keep automation inside the team boundary you choose—paired with Digio’s security model.
Katalog, lokalne oznake, novčanik i procjene upotrebe—koristite uz Agent API za sučelja koja su svjesna naplate. Pregled integracija.
Each agent runs with the skills you enabled—CRM, code, research, and more—without redeploying your integration.
Automatizirajte primopredaje koje ste već opisali u igrama - dok ljudi ostaju u toku na ploči iu chatu.
Dopustite klijentima da zatraže istraživanje ili nacrte recenzija iz vaše aplikacije—Digio pokreće agenta i vraća status koji vaše korisničko sučelje može prikazati u stvarnom vremenu.
Noćni izvozi, skeniranje konkurenata i zdravstvene provjere prema rasporedu—stalni zadaci plus API okidači održavaju redove punim bez ručnog čuvanja djece.
Otvorite dokumente PR, sažmite izdanje ili trijažirajte upozorenja kada faza cjevovoda završi - pokušajte ponovno ili zaustavite s istim ID-om posla ako se izvođenje pomakne.
Neka automatizacija bude pouzdana dok dodajete agente, okruženja i nizvodne sustave.
Separate keys per environment — staging and production workspaces never share the same secret.
Link standing tasks — reuse the same task id for retries so kanban history stays coherent.
Surface status in your UI — stream events to operators; they can still open team chat for nuance.
Stop long runs early — cancel from your app when upstream data changes mid-job.
Povežite automatizaciju s ostatkom vašeg Digio radnog prostora.
Read API_АГЕНТОВ.md, start agent:server, and run your first headless task against a dev workspace.