Skip to content

Calcutatator/airquality-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airquality-agent

This project was scaffolded with create-agent-kit and ships with a ready-to-run agent app built on @lucid-agents/core.

Quick start

bun install
bun run dev

The dev command runs bun in watch mode, starts the HTTP server, and reloads when you change files inside src/.

Project structure

  • src/agent.ts – defines your agent manifest and entrypoints.
  • src/index.ts – boots a Bun HTTP server with the agent.

Default entrypoints

  • echo – Echo input text

Available scripts

  • bun run dev – start the agent in watch mode.
  • bun run start – start the agent once.
  • bun run agent – run the agent module directly (helpful for quick experiments).
  • bunx tsc --noEmit – type-check the project.

Next steps

  • Update src/agent.ts with your use case.
  • Wire up @lucid-agents/core configuration and secrets (see AGENTS.md in the repo for details).
  • Update .env with your actual PRIVATE_KEY and configuration values.
  • Deploy with your preferred Bun-compatible platform when you're ready.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors