Releases: NPC-Worldwide/npcpy
Releases · NPC-Worldwide/npcpy
v1.0.17
-bug in serve from last release.
v1.0.16
-added in .env loading as part of serve's functionality to localize the project env loading
v1.0.15
-fixed b input issue on mac
v1.0.14
-typo in check_llm_command call in npc_compiler from shared_context -> context
v1.0.12
-json import error in ollama response
v1.0.11
-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
-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
-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
-alicanto upgrades and some bug fixes