Toolmate

Latest version: v0.6.19

Safety actively analyzes 692099 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 22 of 22

0.2.87

1. Added initial support multiple-step actions in a single prompt.

Examples of Use Cases:

Guided Step-by-step Responses for Detailed Research

To guide your chosen LLM to provide you with a step-by-step response, for example:


chat What is narrative therapy?
chat How does it compare to other popular counselling approaches?
chat Tell me pros and cons of this approach?
chat Give me theories that support this approach in detail.
chat Any controversies about it?
chat Give me a summary of all your findings above.


Multiple Computing Tasks in Order

To guide FreeGenius AI to perform multiple computing tasks in order.

For example, download two more songs from YouTube and play all downloaded mp3 files with VLC player:


download_youtube_audio https://youtu.be/KBD18rsVJHk?si=PhfzNCOBIj7o_Bdy
download_youtube_audio https://www.youtube.com/watch?v=gCGs6t3tOCU
task Play all the mp3 files in folder `/home/ubuntu/freegenius/audio` with command `vlc`


Tool and Chat Feature Integration

To integrate multiple tools and chat features in a single prompt, for example:


search_google Latest updates about OpenAI in 2024
chat Give me a summary
send_gmail Email your findings to supportletmedoit.ai in detail


2. The following features are temporarily suspended to facilitate the development of the `Multiple Tools` feature:
* `Let me Translate` feature with pre-defined context
* `improved writing` feature
* calling different `chatbots` from the main session
* forcing the app to always `search_google`

They may be added back or changed in coming updates

3. Special entry `none` introduced in the last version is now changed to `chat`. It means for chat-only feature without using a tool.

4. Plugin `send_email` is changed to two separate plugins `send_gmail` and `send outlook`. Their corresponding entries are:


send_gamil
send_outlook


5. Added two plugins `download_youtube_video` and `download_youtube_audio`, previously integrated into plugin `download_web_content`. Their corresponding entries are:


download_youtube_video
download_youtube_audio

0.2.86

1. Use `` to call a particular tool (inspired by Google Gemini App)

Changed tool calling pattern from `[TOOL_{tool_name}]` to `{tool_name}`

Currently supported tools:

search_google
add_calendar_event
examine_audio
examine_files
examine_images
examine_web_content
correct_python_code
chat
build_agents
create_image
create_map
create_qrcode
create_statistical_graphics
datetimes
download_web_content
edit_text
task
install_python_package
save_memory
search_memory
modify_images
open_browser
pronunce_words
remove_image_background
search_conversations
load_conversations
search_finance
search_news
search_sqlite
search_weather
send_email
send_tweet

To disable tool in for a single turn, use `none`.

Tips: Enter `` to get input suggestions of available tools

2. Removed the `improved writing` feature temporarily, will be added as a separate tool next update

Page 22 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.