ai16z / eliza

Conversational Agent for Twitter and Discord
https://ai16z.github.io/eliza/
MIT License
908 stars 255 forks source link

How to chat directly with agent #40

Closed sirkitree closed 2 weeks ago

sirkitree commented 2 weeks ago

I can start eliza and while it tells me Server running at http://localhost:3000/ there is nothing there (Cannot GET /) and I don't see a way to chat directly with the agent. I've changed the default profile to

...
clients: [
  "direct",
],
...

My expectation was that I'd have a prompt on the command line to chat with her. What am I missing?

sirkitree commented 2 weeks ago

The above merge helps with this, but should probably only do so when the 'direct' client is specified.