Add a simple CLI/REPL mode so users can interact with the agent from the terminal without needing a Discord bot token.
When no DISCORD_TOKEN is set, the agent could drop into a simple input loop:
Luna> hello
[agent response here]
Luna>
This makes it much easier to test and develop without a Discord setup.
Add a simple CLI/REPL mode so users can interact with the agent from the terminal without needing a Discord bot token.
When no
DISCORD_TOKENis set, the agent could drop into a simple input loop:This makes it much easier to test and develop without a Discord setup.