Releases: NPC-Worldwide/npcpy
Releases · NPC-Worldwide/npcpy
v0.3.24
-added in piping to npcsh like
echo "whats the weather in tokyo" | python -m npcsh.shell
courtesy of @akulabs8
v0.3.23
-further improvements and simplifications of llm functions, removing command_history that was unnecessary in many places
-drastic expansion of the cli functionalities and readme updates thereby
v0.3.22
fixed a bug where the auto npc_team directory creation was being left out. needs to be refactored better to remove redundancy with the npc initialization functions
v0.3.21
-npc serve and npc init can now generate teams using templates and user-provided context
v0.3.20
bug in v0.3.19 had extra args (sorry if you tried to install in the last day :X)
v0.3.19
-bug in llm_funcs from missed resolutions in merge
v0.3.17
-fixed a bug where it was not storing the abs paths of npcs correctly.
v0.3.16
-adjustment to streaming in serve
-fixing a bug where v0.3.15 was not working in directories without a npc_team.
v0.3.15
-fixed some json decoding bugs introduced in 0.3.14
v0.3.14
-fixing openai-like issues in the shell to be more accommodating.