JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 47
  • Score
    100M100P100Q76886F
  • License FSL-1.1-Apache-2.0

CLI for uploading AI coding agent transcripts to AgentLogs

Package Exports

  • agentlogs
  • agentlogs/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agentlogs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

agentlogs

CLI for uploading and syncing AI coding agent transcripts to AgentLogs.

Usage

# Authenticate
npx agentlogs login agentlogs.ai
npx agentlogs status
npx agentlogs logout

# Repository settings
npx agentlogs allow --public   # allow capture for current repo
npx agentlogs deny             # deny capture for current repo
npx agentlogs settings         # view/modify settings

For agent specific commands, see the agent specific documentation.

License

FSL-1.1-Apache-2.0