Xiaomi's MiMo Desktop is a smart scheduling system that automatically assesses tasks and routes them to appropriate frameworks, dynamically selecting models and tools. It splits complex work into parallel subtasks handled by multiple agents and features a Self-Evolve engine that continuously improves its own code.
Google has expanded CC, an AI agent initially designed as a personal assistant, into a family-oriented tool that helps households coordinate schedules, tasks, and logistics. CC operates as a shared Google Account with permission controls, allowing up to six family members to collaborate on managing school schedules, activities, bills, and meal planning while maintaining individual privacy over what information each member shares.
Woven Matter v0.2.0 introduces workspace integration tools enabling agents to coordinate across conversations, schedule follow-ups, access notes and calendar events, and manage document versions. New features include inter-agent communication, file transfer to remote agents, and improved permission controls, plus performance improvements for large documents and background operations.
Mise is a web-based meal planner that schedules multiple dishes to finish simultaneously by working backwards from the desired eating time. It requires no login or app, works offline after loading, and provides alerts for each cooking step.
OmniFire is an all-in-one platform that manages social media accounts, business listings, and mobile apps through a unified interface for publishing, analytics, inbox management, and team permissions. Users can compose once and adapt content per platform, schedule by timezone, and track engagement and performance across social accounts, app stores, and business profiles in one dashboard.
An open-source AI-powered tool that transforms articles and projects into on-brand LinkedIn posts via OpenRouter, manages approvals and scheduling through Convex, and syncs performance metrics back to a dashboard. Built with Next.js, shadcn/ui, and LinkedIn's OAuth and Posts APIs.
Figranium is an open-source browser automation platform that allows users to build visual workflows using block-based actions like click, type, and JavaScript execution, then trigger these tasks via HTTP API with runtime variables and structured results. It supports task scheduling, proxy management, security features like session authentication and IP allowlists, and two task modes: Agent Mode for deterministic browser automation and Scrape Mode for lightweight HTTP-based scraping.
Postsider is an open-source social media scheduling platform supporting 33+ services with visual calendar management, AI-powered caption assistance, team collaboration, and a public API for automation. Built with Node.js, PostgreSQL, and Redis, it offers self-hosting via Docker and extensible connectors for easy platform integration.
Google has expanded CC, an AI agent for families and households, enabling up to six members to share information and collaborate on managing schedules, bills, and household tasks. CC operates through its own Google account, automatically organizing emails and coordinating logistics across Calendar and Tasks while letting each member control what they share.
Woodstock is a social media scheduler for musicians that automatically transforms photo and video archives into a content calendar and publishes posts across platforms like Instagram, TikTok, and YouTube. Using AI to identify the best moments from thousands of files, it generates captions and schedules posts at optimal times, helping touring bands maintain consistent social presence without manual effort.
Scikit-decide is an open-source AI framework for reinforcement learning, automated planning, and scheduling that enables users to describe decision-making problems once and automatically match compatible solvers. The framework, initiated at Airbus with contributions from ANITI, TUPLES, and ANU, provides a growing catalog of domains and solvers including RL algorithms, planning solvers, and search methods, with extensibility to wrap state-of-the-art external domains and solvers.
Kubernetes 1.37 advances Dynamic Resource Allocation (DRA) with Extended Resource support reaching GA, enabling gradual adoption without separate device plugins. The release includes device taints/tolerations, improved ResourceClaim status reporting with network interface data, and new features for workload resource claims and device attributes.
FastAPI-Crons is a Python library that enables cron job scheduling directly within FastAPI applications using decorators, eliminating the need for separate worker processes. It supports async/sync functions, retries, timeouts, distributed locking, and persistent state management via multiple backends.