..
agent
Correct and clean up JSON handling ( #4655 )
2023-06-13 09:54:50 -07:00
commands
Implement loading `MemoryItem`s from file in `JSONFileMemory` ( #4703 )
2023-06-15 17:45:14 +02:00
config
Rework plugin config to be file-based ( #4673 )
2023-06-13 20:54:55 -07:00
js
Implemented Selenium based web browsing. ( #1397 )
2023-04-14 21:35:19 +01:00
json_utils
Correct and clean up JSON handling ( #4655 )
2023-06-13 09:54:50 -07:00
llm
Extract openai API calls and retry at lowest level ( #3696 )
2023-06-14 07:59:26 -07:00
log_cycle
Strip spaces from the end of truncated ai_name in log_cycle.py ( #4672 )
2023-06-12 15:14:15 -07:00
memory
Implement loading `MemoryItem`s from file in `JSONFileMemory` ( #4703 )
2023-06-15 17:45:14 +02:00
models
remove unused imports automatically ( #4449 )
2023-05-28 05:50:50 -07:00
plugins
Rework plugin config to be file-based ( #4673 )
2023-06-13 20:54:55 -07:00
processing
Vector memory revamp (part 1: refactoring) ( #4208 )
2023-05-25 20:31:11 +02:00
prompts
Correct and clean up JSON handling ( #4655 )
2023-06-13 09:54:50 -07:00
speech
Clean up and fix issues with env configuration and .env.template ( #4630 )
2023-06-09 15:28:30 -07:00
url_utils
Added three more tests to check for edge cases in URL validation ( #4441 )
2023-05-27 18:58:38 +03:00
workspace
Allow absolute paths if contained in workspace ( #3932 )
2023-05-16 17:10:33 +03:00
__init__.py
The unlooping and fixing of file execution. ( #3368 )
2023-04-26 21:07:28 -07:00
__main__.py
fix merge
2023-04-18 18:48:44 -05:00
app.py
Extract openai API calls and retry at lowest level ( #3696 )
2023-06-14 07:59:26 -07:00
cli.py
Make prompt parameters configurable ( #3375 )
2023-05-17 20:12:10 +03:00
configurator.py
Fix #942 : Respect --gpt4only, --gpt3only cli args ( #3144 )
2023-05-29 20:10:51 +03:00
logs.py
Logs output to console if we're not on speak mode ( #3715 )
2023-05-17 22:17:33 +03:00
main.py
Implement loading `MemoryItem`s from file in `JSONFileMemory` ( #4703 )
2023-06-15 17:45:14 +02:00
setup.py
Vector memory revamp (part 1: refactoring) ( #4208 )
2023-05-25 20:31:11 +02:00
singleton.py
remove unused imports automatically ( #4449 )
2023-05-28 05:50:50 -07:00
spinner.py
Allow spinning to be disabled ( #4329 )
2023-05-27 00:01:34 +03:00
utils.py
Use prompt_toolkit to enable keyboard navigation in CLI ( #4649 )
2023-06-11 14:19:42 -07:00