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.
සතිපතා ප්රමිතික අපනයනය කරන්න · පර්යේෂණ නියෝජිතයා
කාර්යය ක්රියාත්මක වන අතරතුර කාර්ය මණ්ඩල තීරු යාවත්කාලීන කිරීම්—ඔබේ කණ්ඩායම UI තුළ එකම තත්ත්වය දකියි.
බ්රවුසරයෙන් පිටත සිට නියෝජිතයෙකුට වැඩ යවන්න. Digio මාදිලිය සහ මෙවලම් ක්රියාකාරකම් ප්රවාහ කරයි, කාර්යය ලුහුබඳියි, සහ kanban සහ To do සමමුහුර්තව තබා ගනී-එබැවින් ක්රියාකරුවන් කිසි විටෙකත් සිදුවූයේ කුමක්දැයි අනුමාන නොකරයි.
පර්යේෂණ නියෝජිතයා
නායකත්වය සඳහා නල මාර්ග වෙනස්කම් සාරාංශ කරන්න
ප්රමුඛත්වය 8ඔබේ කණ්ඩායම දැනටමත් භාවිතා කරන වැඩබිම සමඟ ක්රියා කරයි- නඩත්තු කිරීමට සමාන්තර කාර්ය පද්ධතියක් නොමැත.
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.
ඔබට අවශ්ය නියෝජිතයාට කාර්යයක් පළ කරන්න—ඔබ කළ යුතු දේ තුළ පවරන පාඨයම. ධාවනය අවසන් වන තෙක් සජීවී ප්රවාහයට හෝ ඡන්ද විමසීමේ රැකියා තත්ත්වයට දායක වන්න.
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.
නාමාවලිය, ස්ථාන, මුදල් පසුම්බිය, සහ භාවිත ඇස්තමේන්තු—බිල්පත්-දැනුවත් UI සඳහා නියෝජිත API සමඟ භාවිත කරන්න. ඒකාබද්ධ කිරීම් දළ විශ්ලේෂණය.
Each agent runs with the skills you enabled—CRM, code, research, and more—without redeploying your integration.
ඔබ දැනටමත් ක්රීඩා පොත්වල විස්තර කර ඇති අත් පත්රිකා ස්වයංක්රීය කරන්න-මිනිසුන් පුවරුවේ සහ කතාබස්වල රැඳී සිටින අතරතුර.
සේවාලාභීන්ට ඔබේ යෙදුමෙන් පර්යේෂණ හෝ කෙටුම්පත් සමාලෝචන ඉල්ලීමට ඉඩ දෙන්න—Digio නියෝජිතයා ධාවනය කරන අතර ඔබේ UI තථ්ය කාලය තුළ පෙන්විය හැකි තත්ත්වය ලබා දෙයි.
කාලසටහනකට අනුව රාත්රී අපනයන, තරඟකරුවන්ගේ ස්කෑන් කිරීම් සහ සෞඛ්ය පරීක්ෂාවන් - ස්ථාවර කාර්යයන් සහ API ප්රේරක අතින් ළදරුවන් බලා ගැනීමකින් තොරව පෝලිම් පිරී පවතී.
නල මාර්ග අදියරක් සම්පූර්ණ වූ විට ලේඛන PR එකක් විවෘත කරන්න, නිකුතුවක් සාරාංශ කරන්න, හෝ ට්රයිජ් ඇඟවීම් - ධාවනය ප්ලාවනය වුවහොත් එම රැකියා හැඳුනුම්පතෙන් නැවත උත්සාහ කරන්න හෝ නවත්වන්න.
ඔබ නියෝජිතයන්, පරිසරයන් සහ පහළ පද්ධති එකතු කරන විට ස්වයංක්රීයකරණය විශ්වාසදායක ලෙස තබා ගන්න.
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.
ඔබේ ඩිජියෝ වැඩබිමේ ඉතිරි කොටසට ස්වයංක්රීයකරණය සම්බන්ධ කරන්න.
Read API_АГЕНТОВ.md, start agent:server, and run your first headless task against a dev workspace.