mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
v0.8.1 release
This commit is contained in:
parent
66dd4dab10
commit
c161529e90
44 changed files with 1004 additions and 552 deletions
|
|
@ -2,6 +2,8 @@ import re
|
|||
import sys
|
||||
import time
|
||||
|
||||
from python.helpers import files
|
||||
|
||||
def calculate_valid_match_lengths(first: bytes | str, second: bytes | str,
|
||||
deviation_threshold: int = 5,
|
||||
deviation_reset: int = 5,
|
||||
|
|
@ -113,4 +115,4 @@ def dict_to_text(d: dict) -> str:
|
|||
parts.append(f"{value}")
|
||||
parts.append("") # Add empty line between entries
|
||||
|
||||
return "\n".join(parts).rstrip() # rstrip to remove trailing newline
|
||||
return "\n".join(parts).rstrip() # rstrip to remove trailing newline
|
||||
Loading…
Add table
Add a link
Reference in a new issue