Quick demo
The fastest way to try agentlet is to run the built-in examples from the core repository.
git clone https://github.com/agentlet/agentlet-core.gitcd agentlet-corenpm installnpm run demoThis automatically:
- Builds the agentlet-core library
- Starts a development server on
http://localhost:3000 - Opens your browser to the examples page
- Serves all examples with proper CORS headers for bookmarklet testing
Alternative commands that do the same thing:
npm run examplesnpm startTo start the server without rebuilding the library first:
npm run devSource: agentlet-core README.md, section “Getting started”.