# __PROJECT_NAME__

Minimal Prism agent scaffold generated by `prism init`.

__PROVIDER_README_NOTE__

## Setup

```bash
npm install
npm test
```

`npm test` always uses the built-in mock provider (no network, no credentials).

__NEXT_STEPS_LIVE__

## Layout

- `src/agent.ts` — creates the agent with the selected provider.
- `src/index.ts` — runs one prompt and prints `AgentRunResult.text`.
- `src/__tests__/agent.test.ts` — offline mock smoke test.
__OPTIONAL_DOCS__
## Notes

- Prism does not auto-load credentials, databases, telemetry, or tools.
- Keep real secrets out of git; `.gitignore` excludes `.env` and local stores.
- Docs: https://github.com/ashiqrniloy/prism
