Skip to main content

Eigenwise/atomic-agents

SkillsMP 已收集 Eigenwise/atomic-agents 中的 8 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
8
GitHub 星标
6,213
GitHub Forks
535

这个仓库中的 skills

1 个职业分类 · 已分类 100%

已展示 8 / 8 个已收集 Skill。

职业分类
软件开发工程师
描述

Guide for the Atomic Agents Python framework — schemas, agents, tools, context providers, prompts, orchestration, and provider configuration. Use when code imports from `atomic_agents`, defines an `AtomicAgent`, `BaseTool`, or `BaseIOSchema`, or the user asks…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Scaffold a new Atomic Agents project from scratch — create the directory, `pyproject.toml`, env file, first agent, and a runnable entry point. Use when the user asks to start a new atomic-agents project from scratch, says "scaffold" / "new project" / "start…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose and fix a failing or misbehaving Atomic Agents app — import errors, schema validation failures, empty or malformed LLM output, provider role/mode errors, history and context problems, MCP transport errors. Use when the user reports an error,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build and wire an `AtomicAgent[InSchema, OutSchema]` — schemas, `AgentConfig`, `SystemPromptGenerator`, provider client, history, hooks, optional context providers. Use when the user asks to "create an agent", "add another agent", "build an `AtomicAgent`",…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build a `BaseDynamicContextProvider` that injects a named, titled block into an agent's system prompt at every `run()` — current time, user identity, retrieved RAG docs, session state, cached DB schema. Use when the user asks to "add a context provider",…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design and write a `BaseIOSchema` input/output pair for an Atomic Agents agent or tool — docstrings, field descriptions, validators, error variants. Use when the user asks to "create a schema", "design the input/output schema", "define an `IOSchema`", "write…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build a `BaseTool[InSchema, OutSchema]` subclass — input/output schemas, `BaseToolConfig`, `run()` (and optional `run_async()`), env-driven secrets, typed failure outputs. Use when the user asks to "add a tool", "create a tool", "wrap an API as a tool",…

原文语言:英语

更新
已展示 8 / 8 个已收集 Skill。