# @lssm-tech/example.agent-application-foundation Filesystem-authored reference app for the agent application foundation lane. ## What it demonstrates - Compiling `agent/{instructions.md,agent.ts,tools,skills,connections,sandbox,channels,subagents,schedules}` plus `evals/` with `@lssm-tech/agentpacks/application`. - Running a credential-free orchestrator-plus-verifier eval against a single-agent baseline with `@lssm-tech/lib.agent-evals/runner`. - Executing the CommunicationOS-shaped `draft → approval wait → send → receipt` lifecycle, including an exactly-once replay proof for the side effect. - Exercising the local development sandbox honestly: network allowlist claims are rejected and durable artifacts are extracted and reloaded without making an isolation claim. - Composing the EVE adapter with the independently conformance-tested production `DockerAgentSandbox`, while keeping the native EVE sandbox's narrower losses explicit. - Exercising both public adapter targets: Workflow DevKit plus EVE, with replay, cost, latency, and redaction evidence without serializing secrets. - Composing credential-free enterprise topology choices for Vercel + Supabase, Railway + Supabase, Vercel + Railway + Supabase, and Docker isolation while preserving provider roles, unresolved operator requirements, and candidate-only qualification truth. ## Enterprise topology example Import `createEnterpriseAgentPlatformExample` from `@lssm-tech/example.agent-application-foundation/enterprise-platform`. The returned plan includes explicit enterprise controls and a qualification report; it remains a candidate until the consumer supplies and passes live suites for the exact environment. Start with the public [Agent Ecosystem guide](https://www.contractspec.io/docs/agents), then use the repository [enterprise agent platform guide](../../../docs/tutorials/enterprise-agent-platform.md) for the complete copy-ready source. Both cover multiplayer, governed improvement, continuous loops, self-maintaining APIs, provider composition, and production qualification. ## Local commands - `bun run build` - `bun run typecheck` - `bun run test` - `bun run preflight`