AIAny

Tag

Explore by tags

GitHub

Gives coding agents controlled access to a live Chrome browser through MCP, exposing DevTools-backed automation, debugging, screenshots, console inspection, network analysis, and tracing.

GitHub
AI Agent2025

Eight example apps for building with the Claude Agent SDK: an IMAP email assistant, a multi-agent research system, an Excel agent, a React/WebSocket chat UI, a .docx resume generator, and hello-world session demos. Local-only, not production.

GitHub
AI Agent2025

Declares and installs agent dependencies from an apm.yml manifest—skills, prompts, agents, plugins and MCP servers—with transitive resolution, security auditing, plugin packaging, and cross-host registries so agents are reproducible across repos.

GitHub
AI Agent2025

Audits source code for security flaws using LLM agents, then auto-generates and runs proof-of-concept exploits in Docker sandboxes to confirm which findings are real. Retrieves CWE/CVE knowledge via RAG; runs on hosted or local Ollama models.

GitHub
AI Others2025

Automatically removes safety alignment from transformer LLMs via directional ablation, with Optuna's TPE optimizer tuning the parameters — no retraining or model-internals expertise needed; hit 3/100 refusals at 0.16 KL on Gemma-3-12b.

GitHub
AI Agent2025

Folders pairing a SKILL.md (YAML metadata plus instructions) with optional scripts that Claude loads on demand to handle specific tasks. Bundles document skills (PDF, DOCX, PPTX, XLSX), a spec, and a starter template for authoring your own.

GitHub
AI Agent2025

Embeds a GUI agent in your web page as client-side JavaScript, letting users drive the interface with natural language — it reads the DOM as text (no screenshots) and performs clicks and form fills. Bring your own LLM; no extension or backend required.

GitHub
AI Agent2025

Lets AI agents describe interactive UIs as declarative JSON instead of executable code; client apps render the components with native widgets from a pre-approved catalog, keeping agent-generated UI safe across trust boundaries.

GitHub
MLOps2025

Turns papers, repositories, or natural-language research goals into local-first executable 'quests' that automate reproducible experiments, branching, and result-to-paper workflows. Preserves experiment history, supports web/TUI/connectors, and keeps human takeover and inspection simple.

GitHub
AI Infra2025

Provides Gymnasium-style APIs and tooling to run isolated, networked execution environments for agentic reinforcement learning. Offers async/sync EnvClients, Docker/Kubernetes container providers, a web UI and CLI for scaffolding and deploying environments (Hugging Face Spaces); experimental and evolving.

GitHub
AI Train2025

Worked examples and reusable abstractions for fine-tuning open LLMs via the Tinker training API: you write the training loop while distributed execution runs remotely. Covers SFT, math/code RL, DPO, three-stage RLHF, distillation, and tool use.

GitHub
AI Agent2025

Enforces a brainstorm → plan → test-driven → review workflow on AI coding agents instead of letting them jump straight to code. Ships as composable skills that auto-trigger by context and run across Claude Code, Cursor, Copilot CLI, Gemini and more.