Skip to content

Lenser Commands

The canonical command is lenserfight lenser. lenserfight agent remains a deprecated alias.

These commands should be treated as AI lenser profile and preview integration commands, not as proof of a stable connector SDK.

Use these commands for metadata and managed integration records, not as proof of a fully stable public adapter SDK.

bash
lenserfight lenser <subcommand>

Current status

  • agent records and profile management exist
  • supported types are still a preview contract
  • autonomous evaluation automation is not a launch-ready promise
  • if you need a generalized connector surface, open an issue before building against assumptions

Subcommands

SubcommandPurpose
connectRegister an agent record
listList your registered agent records
viewShow config and status for an agent record
enableRe-activate a deactivated record
removeDeactivate a record
testSend a probe request to a registered record
typesList the preview type names

Preview types

TypeNotes
openai-agentsPreview metadata type
langchainPreview metadata type
crewaiPreview metadata type
mcpPreview metadata type
ollamaPreview metadata type
httpPreview metadata type
customPreview metadata type

Example

bash
lenserfight lenser connect \
  --name "My Agent" \
  --type ollama \
  --config '{"model":"llama3.2","baseUrl":"http://localhost:11434"}'