2 repos
External Tool Integrations — Integration Frameworks
We curate 2 GitHub repositories matching integration frameworks · External Tool Integrations. Refine with filters or upvote what's useful.
External Tool Integrations — Integration Frameworks
- obsproject/obs-studio
obsproject/obs-studio
70,458This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides a centralized studio interface for managing complex scene transitions, layering visual sources through a hierarchical scene-graph engine, and streaming content to multiple platforms simultaneously. The software is built on a cross-platform abstraction layer that ensures consistent performance across major desktop operating systems. Its modular architecture allows for extensive customization, enabling users to extend core functionality through third-party plugins or lightweight scripting integrations. This design supports specialized production workflows by allowing the connection of external tools and the automation of routine tasks. Beyond its primary production capabilities, the project includes tools for managing custom user interface themes and maintaining configuration consistency. The codebase follows strict development standards to support ongoing community collaboration and the integration of diverse, high-performance extensions.
Ccc-plus-plusdirectshow - FoundationAgents/OpenManus
FoundationAgents/OpenManus
54,544OpenManus is an autonomous agent framework designed to build intelligent software entities capable of executing complex, multi-step tasks through independent decision-making. It functions as a workflow orchestration engine that uses a central language model to interpret user goals, break them down into actionable steps, and manage the execution flow of agents. The system maintains coherence across tasks through a stateful execution context that tracks progress and intermediate data. The platform distinguishes itself through a dynamic capability discovery mechanism that inspects tool definitions at runtime to determine which external services are required to satisfy specific prompts. It utilizes an event-driven agent loop to monitor task status and trigger subsequent actions based on previous outputs, supported by a standardized tool-binding interface layer that maps natural language requests to external functions. This architecture provides a modular environment for workflow automation engineering, enabling the integration of third-party APIs and live data streams. By delegating high-level objectives to specialized agents, the system facilitates the creation of self-correcting processes that operate without constant manual oversight.
Python