Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

AgentKit Samples — Hello-World Agent (uv + SSE)

AgentKit Samples is a code workshop repo; the Hello World example uses `uv` to run a chat agent with short-term memory and an SSE client for testing.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install 94a118ea-04d4-59ec-b071-890c92487f2a --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

AgentKit Samples is a code workshop repo; the Hello World example uses uv to run a chat agent with short-term memory and an SSE client for testing.

  • Best for: Developers who want runnable AgentKit examples (memory, tools, MCP) rather than marketing diagrams
  • Works with: Python 3.10+; uv; Volcengine credentials for model access in examples (per sample README)
  • Setup time: 15–30 minutes

Practical Notes

  • GitHub: 330 stars · 60 forks; pushed 2026-05-12 (verified via GitHub API).
  • Hello World sample README uses uv venv + uv sync, then uv run agent.py to start the agent service.
  • Sample includes an SSE client (client.py) and environment variables for model selection/credentials (per README).

Main

A good way to learn from this repo:

  1. Pick one “beginner” use case (like hello_world) and get it running end-to-end first.
  2. Read the example’s README carefully—many samples include provider-specific credentials and deployment steps.
  3. Once it runs locally, use it as a template:
    • swap the memory backend
    • add one tool integration
    • then add deployment config
  4. Keep a notebook of the exact commands you used (uv venv, uv sync, uv run …) so your teammates can reproduce it.

Samples are only valuable if they become a baseline you can fork and evolve.

FAQ

Q: Which sample should I start with? A: Start with 02-use-cases/beginner/hello_world to learn the minimal agent + memory loop.

Q: Why does it use uv? A: The sample README uses uv for dependency management and running (uv sync, uv run agent.py).

Q: Is a cloud account required? A: Examples may require provider credentials; the Hello World README includes env vars for Volcengine model access.

🙏

Fuente y agradecimientos

Source: https://github.com/bytedance/agentkit-samples > License: Apache-2.0 > GitHub stars: 330 · forks: 60

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados