Skip to main content
ag2ai
ملف منشئ GitHub

ag2ai

عرض على مستوى المستودعات لـ ٨٠ skills مجمعة عبر ٧ مستودعات GitHub.

skills مجمعة
٨٠
مستودعات
٧
محدث
٢٩ يوليو ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
ag2-skills
٢٦ skills · ٤ يوليو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرون
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٣٣٪؜الحصة
#02
resource-hub
١٩ skills · ١٩ مارس ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمحللو أبحاث السوق ومتخصصو التسويقمطوّرو الويب
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٢٤٪؜الحصة
#03
build-with-ag2
١٦ skills · ٣٠ أبريل ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرون
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٢٠٪؜الحصة
#04
cursor-plugin
١٠ skills · ١٢ مارس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٣٪؜الحصة
#05
faststream
٤ skills · ٢٩ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٥٪؜الحصة
#06
ag2-assistant
٤ skills · ٢٤ يوليو ٢٠٢٦
المهن الحاسوبية الأخرىمحللو أبحاث السوق ومتخصصو التسويقمطوّرو البرمجياتموظفو المكاتب العامون
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٥٪؜الحصة
#07
ag2-claude-plugins
١ skills · ١٧ أبريل ٢٠٢٦
مصممو واجهات الويب والرقمية
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٣٪؜الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

ag2-acp
المهن الحاسوبية الأخرى

Drive external CLI coding agents (Claude Code, Codex, OpenCode) as first-class AG2 Agents over the Agent Client Protocol (ACP): point an Agent at a ClaudeCodeConfig / CodexConfig / OpenCodeConfig preset from ag2.acp and ask()/run() it like any agent, with its…

٤ يوليو ٢٠٢٦
ag2-a2a
مطوّرو البرمجيات

Expose an AG2 `Agent` over the Agent-to-Agent (A2A) protocol so any A2A-compliant client (or another AG2 agent) can call it across process/host boundaries. Wrap the agent with `A2AServer(agent)` and serve it via `build_jsonrpc(...)`, `build_rest(...)`, or…

١ يوليو ٢٠٢٦
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 new capability backed by Python code (API calls, DB queries, computations, file ops). Covers sync and async tools, parameter typing, Pydantic…

١ يوليو ٢٠٢٦
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) can stream responses (text and reasoning), render tool calls, sync shared state, and track sub-task steps. Wraps the agent with…

١ يوليو ٢٠٢٦
ag2-eval-comparison
مطوّرو البرمجيات

Compare AG2 agents, models, or prompts to decide which is better. run_variants scores several named agents on one suite and ranks them on a leaderboard (Variants holds a mapping of named Agent instances plus an axis label). run_pairwise with pairwise_judge…

١ يوليو ٢٠٢٦
ag2-evaluation
مطوّرو البرمجيات

Evaluate, test, and track an AG2 Agent offline. Build a Suite of tasks, run the agent with run_agent, and grade answers with prebuilt scorers (final_answer_matches, tool_called, no_tool_errors, token_budget) or a custom @scorer — including the agent_judge LLM…

١ يوليو ٢٠٢٦
ag2-hitl
مطوّرو البرمجيات

Pause an AG2 `Agent` mid-run to collect human input via `context.input()`, or gate a tool call with `approval_required()` middleware. Use when the user wants the agent to ask for confirmation, request missing info (passwords, API keys, data), or have a human…

١ يوليو ٢٠٢٦
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 `KnowledgeStore` (memory / sqlite / disk / redis), `KnowledgeConfig` (`store=`, `expose_tool=`, `write_event_log=`, `compact=`, `aggregate=`,…

١ يوليو ٢٠٢٦
عرض 8 من أصل ٢٦ skills مجمعة.
عرض 8 من أصل ١٩ skills مجمعة.
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 `KnowledgeStore` (memory / sqlite / disk / redis), `KnowledgeConfig` (`store=`, `compact=`, `aggregate=`, `bootstrap=`), aggregation strategies…

٣٠ أبريل ٢٠٢٦
ag2-observers-and-alerts
المهن الحاسوبية الأخرى

Monitor an AG2 beta agent's stream — log events, detect repeated tool calls, track token spend, build trigger-driven observers, route observer alerts to the model, and halt on FATAL conditions. Covers `@observer(...)` (stateless), `BaseObserver` (stateful),…

٣٠ أبريل ٢٠٢٦
ag2-add-custom-tool
مطوّرو البرمجيات

Add a custom Python tool to an AG2 beta `Agent` using the `@tool` decorator. Use when the user wants to give an Agent a new capability backed by Python code (API calls, DB queries, computations, file ops). Covers sync and async tools, parameter typing,…

٣٠ أبريل ٢٠٢٦
ag2-ag-ui
مطوّرو البرمجيات

Expose an AG2 beta `Agent` over the AG-UI protocol so a frontend (CopilotKit, custom React/Next.js, or any AG-UI client) can stream responses, render tool calls, sync shared state, and surface human-input checkpoints. Wraps the agent with `AGUIStream(agent)`…

٣٠ أبريل ٢٠٢٦
ag2-hitl
المهن الحاسوبية الأخرى

Pause an AG2 beta `Agent` mid-run to collect human input via `context.input()`, or gate a tool call with `approval_required()` middleware. Use when the user wants the agent to ask for confirmation, request missing info (passwords, API keys, data), or have a…

٣٠ أبريل ٢٠٢٦
ag2-middleware
المهن الحاسوبية الأخرى

Intercept the AG2 beta agent loop with `BaseMiddleware` — wrap full turns (`on_turn`), each LLM call (`on_llm_call`), each tool execution (`on_tool_execution`), or each human-input request (`on_human_input`). Use for retry, logging, history trimming, request…

٣٠ أبريل ٢٠٢٦
ag2-multimodal-input
مطوّرو البرمجيات

Send images, audio, video, or documents into an AG2 beta `Agent` alongside text. Pass `ImageInput`, `AudioInput`, `VideoInput`, or `DocumentInput` as positional args to `agent.ask(...)`. Use when the user wants the agent to process non-text input — describe a…

٣٠ أبريل ٢٠٢٦
ag2-overview
المهن الحاسوبية الأخرى

Map of AG2 beta capabilities and which sibling skill to reach for. Load first when the user mentions building with AG2 beta (autogen.beta) but the specific feature isn't yet clear — agents, tools, model config, delegation, memory, observers, structured…

٣٠ أبريل ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
add-code-execution
مطوّرو البرمجيات

Add code execution capability to AG2 agents using LocalCommandLineCodeExecutor or Docker. Use when the user wants agents that can write and run Python code.

١٢ مارس ٢٠٢٦
add-guardrails
مطوّرو البرمجيات

Add safety guardrails to AG2 agents using LLMGuardrail and RegexGuardrail. Use when the user wants to enforce safety constraints, filter PII, or redirect off-topic responses.

١٢ مارس ٢٠٢٦
add-mcp-integration
مطوّرو البرمجيات

Wire a Model Context Protocol (MCP) server into AG2 agents using create_toolkit. Use when the user wants to connect external tools via MCP.

١٢ مارس ٢٠٢٦
build-group-chat
مطوّرو البرمجيات

Build an AG2 handoff-driven workflow with DefaultPattern, agent handoffs, context variables, and routing. Use when the user wants customer service routing, state-machine workflows, or explicit agent-to-agent transitions.

١٢ مارس ٢٠٢٦
build-rag-agent
مطوّرو البرمجيات

Build a Retrieval-Augmented Generation (RAG) agent using AG2's RetrieveUserProxyAgent with vector database support. Use when the user wants agents that can query documents or knowledge bases.

١٢ مارس ٢٠٢٦
build-reasoning-agent
مطوّرو البرمجيات

Build an AG2 ReasoningAgent that uses tree-of-thought reasoning with beam search, MCTS, or LATS strategies. Use when the user needs advanced reasoning for complex problem solving.

١٢ مارس ٢٠٢٦
build-research-agent
مطوّرو البرمجيات

Build a complete web research agent team using AG2 with search tools, web crawling, and structured output. Use when the user wants a practical research or information-gathering workflow.

١٢ مارس ٢٠٢٦
create-agent-team
مطوّرو البرمجيات

Scaffold a complete AG2 multi-agent team with agents, tools, group chat configuration, and an entry point. Use when the user wants to create a new multi-agent workflow from scratch.

١٢ مارس ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
عرض ٧ من أصل ٧ مستودعات
تم تحميل كل المستودعات