Skip to content

Releases: NPC-Worldwide/npcpy

v0.3.24

18 Mar 06:07
72256b0
Compare
Choose a tag to compare

-added in piping to npcsh like

echo "whats the weather in tokyo" | python -m npcsh.shell

courtesy of @akulabs8

v0.3.23

18 Mar 05:56
090d533
Compare
Choose a tag to compare

-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

14 Mar 01:49
dbf14c7
Compare
Choose a tag to compare

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

12 Mar 17:46
b3f6b39
Compare
Choose a tag to compare

-npc serve and npc init can now generate teams using templates and user-provided context

v0.3.20

07 Mar 03:37
6c45247
Compare
Choose a tag to compare

bug in v0.3.19 had extra args (sorry if you tried to install in the last day :X)

v0.3.19

04 Mar 23:28
Compare
Choose a tag to compare

-bug in llm_funcs from missed resolutions in merge

v0.3.17

03 Mar 04:17
d1075fb
Compare
Choose a tag to compare

-fixed a bug where it was not storing the abs paths of npcs correctly.

v0.3.16

03 Mar 03:52
5432ead
Compare
Choose a tag to compare

-adjustment to streaming in serve
-fixing a bug where v0.3.15 was not working in directories without a npc_team.

v0.3.15

03 Mar 00:18
Compare
Choose a tag to compare

-fixed some json decoding bugs introduced in 0.3.14

v0.3.14

02 Mar 23:35
4de9bcc
Compare
Choose a tag to compare

-fixing openai-like issues in the shell to be more accommodating.