Reliability improvements (#77)

* fixing identation for AgentTools
* updating gitignore to exclude quick test script
* startingprompt translation
* supporting individual task output
* adding agent to task output
* cutting new version
* Updating README example
This commit is contained in:
João Moura
2024-01-07 12:43:23 -03:00
committed by GitHub
parent ca8c7266ed
commit 2ef682edf3
11 changed files with 124 additions and 122 deletions

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@ __pycache__
dist/
.env
assets/*
.idea
.idea
test.py