Source

ag2ai/ag2-skills

27 skills · 1.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
ag2-quickstart Build a minimal AG2 `Agent` end to end — pick a model provider, set a prompt, call `agent.ask()`, then continue the c…
ag2ai/ag2-skills
58
2
ag2-add-custom-tool Add a custom Python tool to an AG2 `Agent` using the `@tool` decorator. Use when the user wants to give an Agent a ne…
ag2ai/ag2-skills
57
3
ag2-hitl Pause an AG2 `Agent` mid-run to collect human input via `context.input()`, or gate a tool call with `approval_require…
ag2ai/ag2-skills
57
4
ag2-knowledge-and-memory Persist agent state across runs, shape what the LLM sees per turn, and cap history to fit a context window. Covers `K…
ag2ai/ag2-skills
57
5
ag2-ag-ui Expose an AG2 `Agent` over the AG-UI protocol so a frontend (CopilotKit, custom React/Next.js, or any AG-UI client) c…
ag2ai/ag2-skills
56
6
ag2-overview Map of AG2 capabilities and which sibling skill to reach for. Load first when the user mentions building with AG2 (ag…
ag2ai/ag2-skills
56
7
ag2-subagent-delegation Single-agent recursion and parallel fan-out within one AG2 `Agent` — auto-injected `run_subtask` / `run_subtasks(para…
ag2ai/ag2-skills
55
8
ag2-use-builtin-tools Wire AG2's shipped tools into an `Agent` — both provider-native server-side tools (web search, web fetch, code execut…
ag2ai/ag2-skills
55
9
ag2-multimodal-input Send images, audio, video, or documents into an AG2 `Agent` alongside text. Pass `ImageInput`, `AudioInput`, `VideoIn…
ag2ai/ag2-skills
54
10
ag2-observers-and-alerts Monitor an AG2 agent's stream — log events, detect repeated tool calls, track token spend, build trigger-driven obser…
ag2ai/ag2-skills
54
11
ag2-structured-output Get a typed Python value back from an AG2 `Agent` instead of free text. Pass `response_schema=` (a Pydantic model, da…
ag2ai/ag2-skills
54
12
ag2-testing Test AG2 agents and tools without hitting a real LLM provider. Pass `TestConfig(...)` from `ag2.testing` as the agent…
ag2ai/ag2-skills
54
13
ag2-shell-tool Give an AG2 `Agent` the ability to run shell commands. Covers `SandboxShellTool` (client-side `subprocess` via `Local…
ag2ai/ag2-skills
53
14
ag2-telemetry Add OpenTelemetry traces to an AG2 `Agent` via `TelemetryMiddleware` (`ag2.middleware.builtin`). Emits spans for the …
ag2ai/ag2-skills
53
15
ag2-network-governance Govern an AG2 multi-agent network — identity (`Passport`, `Resume`), per-agent `Rule` with two top-level blocks `acce…
ag2ai/ag2-skills
50
16
ag2-network-quickstart Build a multi-agent AG2 network — load this whenever two or more `Agent`s need to interact. The network is the standa…
ag2ai/ag2-skills
50
17
ag2-network-tools-and-views Shape what an AG2 network agent perceives and which actions its LLM can take. Covers the five auto-injected LLM-facin…
ag2ai/ag2-skills
50
18
ag2-network-workflow Build an AG2 network `workflow` channel — the orchestrated N-party adapter driven by a declarative `TransitionGraph`.…
ag2ai/ag2-skills
50
19
ag2-evaluation Evaluate, test, and track an AG2 Agent offline. Build a Suite of tasks, run the agent with run_agent, and grade answe…
ag2ai/ag2-skills
49
20
ag2-eval-comparison Compare AG2 agents, models, or prompts to decide which is better. run_variants scores several named agents on one sui…
ag2ai/ag2-skills
48
21
ag2-middleware Intercept the AG2 agent loop with `BaseMiddleware` — wrap full turns (`on_turn`), each LLM call (`on_llm_call`), each…
ag2ai/ag2-skills
47
22
ag2-network-discussion Open an AG2 network `discussion` channel — N-party (2+) round-robin where each participant speaks in fixed order, cyc…
ag2ai/ag2-skills
47
23
ag2-a2a Expose an AG2 `Agent` over the Agent-to-Agent (A2A) protocol so any A2A-compliant client (or another AG2 agent) can c…
ag2ai/ag2-skills
37
24
ag2-mcp Host an MCP server that exposes an AG2 `Agent` (plus prompts and resources) to MCP clients like Claude Desktop, Curso…
ag2ai/ag2-skills
35
25
ag2-live Build realtime voice / live audio agents with AG2's `ag2.live` module. Wrap a prompt + provider config in `LiveAgent`…
ag2ai/ag2-skills
32
26
ag2-acp Drive external CLI coding agents (Claude Code, Codex, OpenCode) as first-class AG2 Agents over the Agent Client Proto…
ag2ai/ag2-skills
27
27
calculator Evaluate arithmetic expressions using a sandboxed Python script.
ag2ai/ag2-skills
1