agentc
GitHubagentc-sh/agentc
agentc
GitHubagentc-sh/agentc
›Introduction
Get started›Concepts in 5 minutes›Build your first agent›Add your first tool›Serve and connect
Concepts›Architecture overview›The manifest›The compilation pipeline›Archetypes›The graph›Tools and capabilities›Runtime libraries›Skills›Agents and prompts›Serving and protocols›Observability
Guides›Author a manifest›Write a tool›Give your agent a filesystem›Control network egress›Connect external tools via MCP›Connect agents via A2A›Use the bash tool›Control tool access with capabilities›Write templated prompts›Manage prompts with Langfuse›Pass context from the client›Configure a model provider›Connect a CopilotKit frontend›Deploy a standalone binary›Deploy with Docker and PostgreSQL›Instrument with OpenTelemetry›Extend code generation with blocks
Reference
Manifest
Runtime
Standard library
›TypeScript
Filesystem
HTTP
›Observability

Standard library

The parts of each language's own standard library that the runtime implements.

The runtime implements a subset of the language's own standard library alongside the agentc runtime libraries. The subset is enumerated rather than inferred, because the environment is assembled rather than inherited.

What the language provides is its standard library. What agentc provides is a runtime library.

Availability
TypeScript
node

The runtime implements a subset of the JavaScript standard library surface under the node: prefix and the corresponding bare module names.

See TypeScript for the full module and global list.

← PreviousRuntimeNext →TypeScript

© 2026 pogue.dev. All rights reserved.

Creative CommonsCC BY 4.0

Search docs

Search the agentc documentation