Skip to content

Releases: NPC-Worldwide/npcpy

v1.0.17

09 Jun 03:56
Compare
Choose a tag to compare

-bug in serve from last release.

v1.0.16

09 Jun 03:23
Compare
Choose a tag to compare

-added in .env loading as part of serve's functionality to localize the project env loading

v1.0.15

06 Jun 00:55
8c63f51
Compare
Choose a tag to compare

-fixed b input issue on mac

v1.0.14

02 Jun 23:39
Compare
Choose a tag to compare

-typo in check_llm_command call in npc_compiler from shared_context -> context

v1.0.13

02 Jun 23:32
Compare
Choose a tag to compare

-uuid issue

v1.0.12

02 Jun 23:30
Compare
Choose a tag to compare

-json import error in ollama response

v1.0.11

02 Jun 19:19
beb751a
Compare
Choose a tag to compare

-refactored guac to use same repl style processing as npcsh, fixing the copy and paste issues. now no longer relies on ipython.
-impemented chat/agent/cmd for guac.

v1.0.10

30 May 06:00
43bc819
Compare
Choose a tag to compare

-fixed some bugs with serve and npc_compiler
-added a method in npc_compiler to get a system message for the npc, either as plain (their primary directive) or the npc-style "the ...... hello! "one

v1.0.9

28 May 21:45
f7935db
Compare
Choose a tag to compare

-attachments added to get_llm_response
-adjusted system message parsing to be in get_llm_response rather than in the raw response functions which now primarily operate on prompt and messages.
-added an ocr pipeline example

v1.0.8

27 May 02:48
08ccf31
Compare
Choose a tag to compare

-alicanto upgrades and some bug fixes