inclusionAI
Official@inclusionai
This organization contains the series of open-source projects from Ant Group with dedicated efforts to work towards Artificial General Intelligence (AGI).
Agent Skills by inclusionAI
Showing 36 vetted skills indexed across 2 GitHub repositories.
media_comprehension
Analyzes image, audio, and video files using ffmpeg, Whisper, and scene detection.
agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction.
filex
Parse documents, media files, and URLs into Markdown with the FileX CLI.
ad_video_create
Generates 10-second advertisement videos from product images using image composition and video diffusion.
self_evolve
Operates framework-gated self-evolve workflows for evolving AWorld skills through proposals and verified applies.
tikhub-youtube-search
Queries TikHub YouTube search and video-detail APIs and post-processes raw JSON into CSV summaries.
ad_image_create
Generate ad-ready product images and collages with computed sub-image sizes and social taglines.
last_7_days_news
Collects and summarizes the last 7 days of AI news and X discussions into structured briefs.
video-subtitles-and-audio-insert-workflow
Burns SRT subtitles into videos and generates edge-tts voiceovers using moviepy and FFmpeg.
embedded-video-pip-smooth-playback
Re-encode embedded videos to all-intra H.264 for smooth frame-accurate playback in code-driven renderers.
ai-video-script-sop-remotion-diffusion
Generates structured AI video scripts for Remotion and diffusion hybrid production pipelines.
tiktok_download
Downloads TikTok and Douyin videos with traffic metrics via the TikHub API.
video-storytelling-core-principles
Reviews AI video scripts against concrete visual storytelling and pacing rules.
app_evaluator
Evaluates app UI screenshots against design specifications and outputs scored JSON reviews.
html-to-image
Render HTML files or content into PNG screenshots via a CDP-connected browser.
xhs-scraper
Scrapes Xiaohongshu search results via CDP browser into Markdown, RSS, or JSON.
x-scraper
Scrapes X (Twitter) user timelines and home feeds via CDP browser automation.
xhs-publisher
Automates publishing image-text notes to Xiaohongshu via CDP browser control.
add-archon-model
Guides adding new HuggingFace model architectures to the Archon training engine.
commit-conventions
Generates Conventional Commits messages with scope inferred from AReaL file paths.
add-unit-tests
Guides writing pytest unit tests for AReaL following project testing conventions.
translate-doc-zh
Translates English Markdown documentation into matching Chinese documents under docs/zh.
upgrade-deps
Upgrade pinned runtime dependencies in AReaL with checklist-driven API compatibility audits.
review-pr
Reviews pull requests with risk classification, domain checklists, and expert subagent consultation.
Frequently Asked Questions About inclusionAI
FAQPage SchemaWhat specific tasks can be performed using the AReaL framework?βΌ
The AReaL framework enables the implementation of custom reward functions, the registration of dataset loaders for supervised fine-tuning, and the integration of rollout procedures. It provides a structured environment for managing reinforcement learning experiments and ensuring code quality through standardized unit testing templates.
How does the organization assist with distributed training issues?βΌ
The organization provides diagnostic capabilities specifically for distributed training environments. These focus on identifying and resolving common infrastructure failures such as NCCL communication timeouts, memory exhaustion, and training hangs, ensuring stability across multi-node compute clusters.
What are the prerequisites for utilizing these open-source projects?βΌ
Users require an existing environment configured for reinforcement learning and distributed compute. The projects are open-source, allowing for local deployment and integration into existing research environments. Familiarity with distributed training architectures and standard machine learning data loading patterns is recommended for effective implementation.