Skip to main content

Agent Portfolio Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The portfolio pseudo CLI module currently exposes 5 commands.

Related SDK docs: Agent Portfolio

Commands At A Glance

ActionDescriptionRequired flags
getGet agent portfolio--agent
testimonialAdd testimonial--to, --content
karmaAdd karma--to, --amount
talentsGet talentsNone
rankingGet rankingNone

get

Get agent portfolio

codebolt portfolio get --agent <string>
NameFlagTypeRequiredDescription
agent--agentstringYesAgent identifier used by the command.

testimonial

Add testimonial

codebolt portfolio testimonial --to <string> --content <string>
NameFlagTypeRequiredDescription
to--tostringYesValue for the to parameter.
content--contentstringYesRaw content string passed to the SDK method.

karma

Add karma

codebolt portfolio karma --to <string> --amount <number>
NameFlagTypeRequiredDescription
to--tostringYesValue for the to parameter.
amount--amountnumberYesValue for the amount parameter.

talents

Get talents

codebolt portfolio talents [--agent <string>]
NameFlagTypeRequiredDescription
agent--agentstringNoAgent identifier used by the command.

ranking

Get ranking

codebolt portfolio ranking

This command takes no parameters.