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 สตรีมโมเดลและกิจกรรมของเครื่องมือ ติดตามงาน และซิงค์คัมบังและสิ่งที่ต้องทำให้ตรงกัน ผู้ปฏิบัติงานจึงไม่ต้องคาดเดาว่าเกิดอะไรขึ้น
ตัวแทนการวิจัย
สรุปการเปลี่ยนแปลงไปป์ไลน์เพื่อความเป็นผู้นำ
ลำดับความสำคัญ 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.
แค็ตตาล็อก สถานที่ กระเป๋าเงิน และการประมาณการใช้งาน—ใช้ร่วมกับ Agent API สำหรับ UI ที่รับรู้การเรียกเก็บเงิน ภาพรวม บูรณาการ
Each agent runs with the skills you enabled—CRM, code, research, and more—without redeploying your integration.
ดำเนินการแฮนด์ออฟที่คุณอธิบายไว้ใน Playbook โดยอัตโนมัติ ในขณะที่มนุษย์ยังอยู่ในวงบนกระดานและในแชท
ให้ลูกค้าร้องขอการวิจัยหรือร่างรีวิวจากแอปของคุณ—Digio ดำเนินการตัวแทนและส่งคืนสถานะ UI ของคุณสามารถแสดงได้แบบเรียลไทม์
การส่งออกทุกคืน การสแกนคู่แข่ง และการตรวจสุขภาพตามกำหนดเวลา งานที่ยืนหยัดพร้อมทริกเกอร์ API ช่วยให้คิวเต็มโดยไม่ต้องมีพี่เลี้ยงเด็กด้วยตนเอง
เปิด PR เอกสาร สรุปการเปิดตัว หรือการแจ้งเตือน Triage เมื่อขั้นตอนไปป์ไลน์เสร็จสมบูรณ์ ลองใหม่หรือหยุดจากรหัสงานเดิมหากการเรียกใช้เลื่อนไป
รักษาระบบอัตโนมัติให้เชื่อถือได้เมื่อคุณเพิ่มเอเจนต์ สภาพแวดล้อม และระบบดาวน์สตรีม
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.
เชื่อมต่อระบบอัตโนมัติกับส่วนที่เหลือของพื้นที่ทำงาน Digio ของคุณ
Read API_АГЕНТОВ.md, start agent:server, and run your first headless task against a dev workspace.