koala73/worldmonitor
World Monitor is a real-time global intelligence dashboard for AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.
Awesome AI Agents › LLM-Powered Platforms
Foundry is a platform for running a digital company staffed by language model agents. Rather than offering primitives from which a developer assembles an agent graph, it ships a preconfigured organisation: the user states a strategic goal in a group chat, a CEO agent decomposes it into tasks, assigns them to the relevant departments, lets the departmental agents work in parallel, and then summarises the outcome, while the human stays in the loop to approve important decisions. The interface reflects that metaphor, with an organisation chart of the agent roles, a group chat where agents and people converse together, and an administrative dashboard for monitoring runs. The system is a TypeScript monorepo with a NestJS backend and a React frontend, and it is deployed as a set of services rather than a single process. Supporting infrastructure runs in Docker Compose and includes PostgreSQL for persistent state, Redis for cache and sessions, RabbitMQ as the message queue that carries work between agents, Consul for service discovery and Nginx as reverse proxy, so the agent traffic is handled as asynchronous messaging between services rather than in-process calls. Setup is scripted: one command generates environment files, installs dependencies, starts the infrastructure containers, bootstraps the database schema and launches the development server, with the first run taking several minutes while images are pulled. The documented requirements are Node 20 or newer, pnpm, Docker and about 8 GB of memory. The project is licensed under GPL-3.0, documents its architecture separately, and maintains both English and Chinese documentation along with a hosted demo. It suits teams that want to experiment with organisation shaped multi-agent collaboration and long running autonomous work without building the coordination, persistence and messaging layers themselves.
https://github.com/axislab-top/Foundry
World Monitor is a real-time global intelligence dashboard for AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.
LLaMA Factory is a unified platform for efficient fine-tuning and deployment of over 100 large language and vision-language models, supporting advanced training methods, scalable resource management, and fast inference with broad industry adoption.
OpenManus is an open-source platform that enables users to create and run intelligent agents using large language models without restrictive access, supporting multiple agents and easy configuration for diverse AI applications.
AI-powered tool that generates natively editable PowerPoint presentations, complete with animations and audio narration, from any document, supporting custom .pptx templates.
CowAgent is an open-source, multi-model AI assistant and agent harness that autonomously plans tasks, utilizes skills, and learns with memory and knowledge, supporting various LLMs and communicatio...
Jan is an open-source, privacy-focused ChatGPT alternative that runs large language models locally on your computer with optional cloud integration and custom AI assistant capabilities.
AI Job Search is a powerful, local AI application framework leveraging Claude Code to automate job application tasks, including evaluating postings, tailoring CVs and cover letters, and preparing f...
Agno is a lightweight, model-agnostic library for building advanced AI agents with memory, knowledge, tools, and reasoning capabilities, supporting multi-modal inputs and outputs and featuring an advanced multi-agent architecture.