Skip to content

Any plans for headless support? #75

@velocitybolt

Description

@velocitybolt

Anton currently I believe only supports interactive REPL usage. There's no way to send a single prompt programmatically and get structured output back. Is it in the roadmap to add a feature like this?

Maybe something like a --prompt / -p flag (and optionally --output-format json) to enable headless single-shot execution?

Single prompt, stdout response:
anton --prompt "What's the current price of AAPL?"

JSON output for programmatic consumption:
anton --prompt "Analyze my portfolio" --output-format json

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions