py499372727 / AgentSims

AgentSims is an easy-to-use infrastructure for researchers from all disciplines to test the specific capacities they are interested in.
MIT License
773 stars 99 forks source link

玩家作为一个非 Agent 角色,本身也可以与 Agent 进行互动,譬如和 Agent 进行对话,Agent 会根据自己的设定对玩家进行回复实现这部分的代码在哪里 #24

Open 2642543078 opened 1 year ago

linmou commented 12 months ago

Thanks for your interest. Talking with NPC is implemented here https://github.com/py499372727/AgentSims/blob/52b3adbbd602abe80bf28f07c205b685cc63ca38/command/chat/ChatWithNPC.py#L5 Currently, we only support the basic chatting with NPC.

2642543078 commented 12 months ago

我问一下

Thanks for your interest. Talking with NPC is implemented here

https://github.com/py499372727/AgentSims/blob/52b3adbbd602abe80bf28f07c205b685cc63ca38/command/chat/ChatWithNPC.py#L5

Currently, we only support the basic chatting with NPC.

那前端和后端怎么连接起来的呢 我移动虚拟角色怎么触发后端的一个程序的 他是怎么连接起来的呢 说下这部分代码在哪呢