This is the Windows app named OpenAI CS Agents Demo whose latest release can be downloaded as openai-cs-agents-demosourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named OpenAI CS Agents Demo with OnWorks for free.
برای اجرای این برنامه این دستورالعمل ها را دنبال کنید:
- 1. این برنامه را در رایانه شخصی خود دانلود کنید.
- 2. در فایل منیجر ما https://www.onworks.net/myfiles.php?username=XXXXX نام کاربری مورد نظر خود را وارد کنید.
- 3. این برنامه را در چنین فایل منیجر آپلود کنید.
- 4. هر شبیه ساز آنلاین OS OnWorks را از این وب سایت راه اندازی کنید، اما شبیه ساز آنلاین ویندوز بهتر است.
- 5. از OnWorks Windows OS که به تازگی راه اندازی کرده اید، به مدیر فایل ما https://www.onworks.net/myfiles.php?username=XXXXX با نام کاربری که می خواهید بروید.
- 6. برنامه را دانلود و نصب کنید.
- 7. Wine را از مخازن نرم افزار توزیع لینوکس خود دانلود کنید. پس از نصب، می توانید روی برنامه دوبار کلیک کنید تا آنها را با Wine اجرا کنید. همچنین می توانید PlayOnLinux را امتحان کنید، یک رابط کاربری فانتزی بر روی Wine که به شما کمک می کند برنامه ها و بازی های محبوب ویندوز را نصب کنید.
Wine راهی برای اجرای نرم افزار ویندوز بر روی لینوکس است، اما بدون نیاز به ویندوز. Wine یک لایه سازگار با ویندوز منبع باز است که می تواند برنامه های ویندوز را مستقیماً بر روی هر دسکتاپ لینوکس اجرا کند. اساساً، Wine در تلاش است تا به اندازه کافی از ویندوز را از ابتدا مجدداً پیاده سازی کند تا بتواند همه آن برنامه های ویندوز را بدون نیاز به ویندوز اجرا کند.
عکس ها
Ad
نسخه آزمایشی OpenAI CS Agents
شرح
This repository is a customer service agent demo built using the OpenAI Agents SDK to showcase how to build a production-style conversational assistant for use cases like airline customer support. It consists of two major parts: a Python backend that orchestrates agent logic (tool calls, handoffs, memory, routing) and a Next.js UI for chat interaction and visualizing agent state. The demo covers tasks you’d expect in customer service: changing flights, checking status, answering FAQs, etc. It shows how multiple subagents can be coordinated under a triage agent that decides which specialized agent should handle a given request. The UI includes visualization of which agent is active, routing logic, and conversation tracking. It also demonstrates guardrails to validate or constrain responses, memory usage to maintain context, and tracing to help debugging of workflows.
امکانات
- Backend logic for orchestrating multiple agents in a customer service flow
- Frontend (Next.js) UI for chat, state visualization, and agent monitoring
- Triage agent that routes requests among subagents specialized by task
- Guardrails and validation to prevent hallucinations or unsafe outputs
- Conversation memory and context management across turns
- Tracing and logging of agent decisions and tool usage for debugging
زبان برنامه نویسی
TypeScript
دسته بندی ها
This is an application that can also be fetched from https://sourceforge.net/projects/openai-cs-agents-demo.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.