save()
now stores data under/.storage
- Ignore pycache folder and hidden files identified with . at the beginning
- fix error message when HAL9_TOKEN is missing
- Add support to run chainlit applications
- Throw errors in
complete()
when tool fails to allow proper handling
extract()
can now return original content withlanguage = "*"
- New lines in
input()
are now handled with feed character - Signal ready state when
input()
called a second time
- Better error message for incorrect
save()
param order - Support handing PIL images in
save()
- Support title and description in
hal9
deployment - Support arbitrary runtimes and
hal9
describe
- Support to assign thumbnail file in deploy
- Support for subfolders in
hal9
deployment
- Support for
--main
deployment file inhal9 deploy
- Documentation improvements
- Fix regression in
events()
- Improve error message when saving empty files in
save()
- Persist in
complete()
tools with Llama
- Minor fix
deploy
supports--access
to share private, public or unlisted
save()
now stores data under/storage
to isolate files
- Add
complete()
anddescribe()
to support handling tools
save()
supports creating subfolders
extract()
supports extracting all files from code blocks usingfilename
markdown header
- Add
default
parameter toextract()
to return default when code not found
- Add support for
files
insave()
to persist multiple files
- Add
--data
to CLI
- Add support for
--data
in deployment
- Add support for
pkl
files extensions
- Print version with
--version
- Fix deployment from notebooks
- Added
event
function to append application event
- Added
is_url
andurl_contents
to assist URL processing
- Add
hidden
parameter tosave
to save file as hidden
- Add helper function
extract
to extract code blocks
- Only add extensions to
save
andload
when needed
- Add support for name parameter in deploy to overwrite content
- Add support for
load
,save
functions
- Create and deploy projects