feat(cli): smallestai agents commands (list/get/dashboard/phone-status/create/call)#62
Merged
Merged
Conversation
…/call (dogfoods SDK)
Adds the 'agents' CLI group on the published Fern SmallestAI client (not a parallel REST
client), so CLI + SDK stay in lockstep. Commands:
- list / get — read agents (live-tested vs prod)
- dashboard <id> — print app.smallest.ai dashboard URL (live-tested)
- phone-status <id> — phone configured? else rent-numbers hint (live-tested; uses 5.1.0's
typed agent.phone_number)
- create — name/first-message/prompt/description/allow-inbound (voice/language/model
typed-config flags = follow-up)
- call <id> --to — outbound via calls.start_outbound_call (method verified live earlier)
Auth resolves SMALLEST_API_KEY then ~/.smallestai/credentials.json; SMALLEST_BASE_URL override.
Part of task #9. create/call are wired on verified SDK methods; CLI write-path live-test pending.
maharshi-smallest
approved these changes
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
smallestai agentsCLI group (task #9), built on the published FernSmallestAIclient (dogfoods the SDK — no parallel REST client).Commands
agents list/get <id>agents dashboard <id>agents phone-status <id>agent.phone_number; falls back to the rent-numbers linkagents createagents call <id> --tocalls.start_outbound_call(verified live earlier); CLI write-path live-test pendingAuth:
SMALLEST_API_KEY→~/.smallestai/credentials.json;SMALLEST_BASE_URLoverride for the dev rig. CLI is mypy-excluded +.fernignore'd (preserved across regens).Follow-up (#9 v2):
createvoice/language/model config objects, acallsgroup, and live write-tests.🤖 Generated with Claude Code