Autonomously performs end-to-end data science tasks — from cleaning and exploration to modeling, visualization, and analyst-grade reports — via an agentic LLM. Open-source model, code, datasets and demos; supports vLLM deployment, Jupyter/CLI/Web UIs, and OpenAI-style APIs.
A stateful agent harness, shipped as a CLI, whose agents keep memory, skills, and prompts across sessions instead of resetting each run. Context is git-versioned via MemFS, and agents can rewrite their own prompts and skills over time.
Agent memory that learns over time instead of just recalling past chats: retain/recall/reflect primitives turn interactions into facts, experiences, and mental models. Reports top LongMemEval scores; self-hostable with Python and Node SDKs.
Curated collection of 70 hands‑on cybersecurity projects, certification roadmaps and learning resources organized into Foundations/Beginner/Intermediate/Advanced tiers. Each project ships source code plus deep learn/ documentation; several focus on AI security (LLM prompt defenses, ML threat detection).
Runs recurring workplace tasks across 100+ tools (Slack, GitHub, Gmail, Notion, Linear) as scheduled sub-agents that triage errors, draft outreach, and compile daily briefs. Each run executes in an isolated Firecracker microVM with scoped permissions.
Official MCP server for data.gouv.fr, France's national open-data portal: lets chatbots search datasets, query CSV/XLS via the Tabular API, and browse cataloged third-party APIs, all read-only over a public HTTP endpoint that needs no key.
Cross-platform GTD task manager for desktop, mobile, and web that covers the full Capture→Clarify→Organize→Reflect→Engage workflow with a local-first data model and flexible sync backends. Optional BYOK AI copilot and automation (CLI, REST API, MCP) help clarify and break down tasks.
Exposes models available in Kiro IDE/CLI (e.g., Claude and other provider models) as local OpenAI- and Anthropic-compatible proxy endpoints so tools and SDKs can use them. Key features: multi-account failover, streaming, tool-calling, VPN/proxy support, and Docker/Python deployments.
Runs untrusted AI-agent code, commands, and file operations inside isolated sandboxes that scale from local Docker to Kubernetes. One Sandbox Protocol unifies both runtimes, with gVisor, Kata, and Firecracker isolation and SDKs across five languages.
Provides an agent-native personalized tutoring platform that combines persistent TutorBots, RAG-powered knowledge bases, and a CLI-first workflow. Designed for extensible agent skills, multi-channel deployment, and long-term learner memory.