Skip to content

feat: small tweaks to support additional tool calls#210

Closed
mkultraWasHere wants to merge 2 commits into
mainfrom
mk/mythic
Closed

feat: small tweaks to support additional tool calls#210
mkultraWasHere wants to merge 2 commits into
mainfrom
mk/mythic

Conversation

@mkultraWasHere
Copy link
Copy Markdown
Contributor

@mkultraWasHere mkultraWasHere commented Nov 4, 2025

small tweaks to support additional network-ops tooling

Key Changes:

(None)

Added:

  • added write_file_bytes() method

Changed:

  • allowing read_file() to return bytes for binary files

Generated Summary:

  • Updated the read_file method in the Filesystem class to return byte content as well as string and ContentImageUrl.
  • Modified exception handling to return raw content instead of raising a ValueError for non-text files.
  • Introduced a new method write_file_bytes to allow for writing byte data to a specified file path.
  • This change enhances file handling capabilities by supporting binary file operations, potentially affecting any feature that interacts with file reading/writing.
  • Ensured backward compatibility with existing methods that handle text-based files.

This summary was generated with ❤️ by rigging

@mkultraWasHere mkultraWasHere changed the title small tweaks to support mythic tool calls feat: small tweaks to support additional tool calls Nov 5, 2025
@mkultraWasHere mkultraWasHere deleted the mk/mythic branch December 4, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant