Tag: event-driven
Event-driven background processing for AI agents
This skill facilitates decoupled, event-driven background workflows for agents, allowing complex processes to run asynchronously outside the main chat request lifecycle. Developers define pipelines using structured sources, semantic signals…
CloudBase function development and deployment guide
This skill guides the development, deployment, and debugging of CloudBase functions, supporting both event-driven Event Functions and standard HTTP Functions. It provides detailed contracts for implementing serverless logic, including best …
CloudBase Event and HTTP Function Development
A guide for developing, deploying, and debugging CloudBase Event and HTTP Functions. It provides instructions for implementing serverless handlers and web services using the appropriate runtime models.
Event-driven agent signal workflow pipeline
Implements a robust, event-driven framework for executing background agent workflows, decoupling complex side effects from synchronous chat requests. It processes events through a defined pipeline of sources, semantic signals, and concrete …
CloudBase Cloud Functions Development
A guide for developing, deploying, and debugging CloudBase Event and HTTP functions. It covers implementation patterns for serverless handlers and web server runtimes on port 9000.