Agent-Example / app.py

Commit History

Updated api llm endpoint to deepseek
8e59d51
verified

SolshineMisfit commited on

Fixed Model references after refactor to r1 1776
1733fa0
verified

SolshineMisfit commited on

Switched to r 1776 model for huge context window - I hope it can code well
24432a6
verified

SolshineMisfit commited on

Removed share=True from GradioUI agent launch
6aae1a3
verified

SolshineMisfit commited on

Removed context_managed_run
280bb50
verified

SolshineMisfit commited on

updated context management and steps to 12 because errored at 14th step
d94f78e
verified

SolshineMisfit commited on

Upped max steps to 20, updated context management
d98a17f
verified

SolshineMisfit commited on

Implemented a context management method that can monitor the token count and summarize or clear parts of the context when it gets too large
f3ea50e
verified

SolshineMisfit commited on

Updated back to docs further
53ed647
verified

SolshineMisfit commited on

Added multi web search switching capability, automated
8331554
verified

SolshineMisfit commited on

Added web_search directly
704fff3
verified

SolshineMisfit commited on

Added extra model routes for if overloaded
1bfef43
verified

SolshineMisfit commited on

Had to use eval for json parsing because json module is forbidden is this env
4bd6f35
verified

SolshineMisfit commited on

BAck to original qwen endpoint
ad13edc
verified

SolshineMisfit commited on

Changed the method for hugging face data push to docs again and tried to integrate json structuring in between
6220e54
verified

SolshineMisfit commited on

Push dataset to hub now to handle data restructure and upload in chunks
dfafa93
verified

SolshineMisfit commited on

removed proivider from google tool
cb6e905
verified

SolshineMisfit commited on

Added Google and DuckDuckGo Tools plus changed structured dataset handling for upload to hub
8b3a261
verified

SolshineMisfit commited on

reverted dataset save funcs to last version
894372d
verified

SolshineMisfit commited on

Add tool to validate datasets on HF Hub
d8d214d
verified

SolshineMisfit commited on

Reverted to docs way for dataset upload
13b9d4a
verified

SolshineMisfit commited on

username as tool controllable variable
3f1cc0a
verified

SolshineMisfit commited on

Put more under the control of the agent
b3b6478
verified

SolshineMisfit commited on

agent can now use this tool with clearer feedback on what's happening, and users will be directed to the correct URL where they can verify if the dataset appeared on Hugging Face.
0be1b82
verified

SolshineMisfit commited on

Removed crete_repo argument from hugging face call and another arg
fd1672d
verified

SolshineMisfit commited on

Change in HF upload URL display
39911e2
verified

SolshineMisfit commited on

Updated Dataset_Creator_Function
e95248e
verified

SolshineMisfit commited on

Changed to use string instead of json inside the hugging face dataset upload function
140d4bf
verified

SolshineMisfit commited on

Added Hugging Face Dataset Upload Tool
655eb16
verified

SolshineMisfit commited on

Changed endpoint and brought in hf api key explicitly
4a2ad67
verified

SolshineMisfit commited on