← back to invincible-jha__aumai-transparency

All specs 225 total

All specs Real LLM only Function bodies
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string summarizing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent identification, unique trail IDs, start and end timestamps, and a list of detailed events. The function outputs a single string containing formatted headers, event counts, and detailed sections for each event, including timestamps, actions, input/output summaries, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of individual event objects. The function outputs a single string formatted with headers, event details, and metadata for each recorded event. It has no notable side effects other than constructing and returning the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, a list of events, and associated metadata. The function outputs a single string formatted with headers, event details, and timestamps, detailing the entire sequence of actions. No notable side-effects occur, as the function only reads data from its input and returns a formatted string.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string summarizing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent identification, unique trail identifiers, start and end timestamps, and a list of detailed events. The function outputs a single string formatted with multiple lines, detailing the overall trail metadata followed by a structured breakdown of each individual event's timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string formatted with headers, event summaries, and detailed information for each recorded event, including timestamps, actions, inputs, outputs, and optional metadata. No notable side-effects occur beyond generating and returning the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail instance, and outputs a single string containing the formatted report. The function formats the audit trail by first listing general metadata (agent ID, trail ID, start/end times, and event count), followed by iterating through each contained event to detail its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, IDs, timestamps, and a list of detailed events. The function outputs a single string containing formatted headers, summary information, and detailed, multi-line descriptions for every event, including its timestamp, action, input, output, reasoning, and optional metadata.
Provenance: Repobility (https://repobility.com) — every score reproducible from /scan/
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts one input, an AuditTrail instance, and outputs a single string containing formatted information about the trail's metadata, start and end times, and a detailed, sequential listing of all contained events. The function does not modify the input object and only generates a formatted text representation of the audit history.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, a list of events, and associated metadata. The function outputs a single string containing the formatted audit log, detailing the overall trail information and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail instance, and outputs a single string containing the formatted audit log. The resulting text includes header information (agent ID, trail ID, start/end times, and event count), followed by detailed, multi-line entries for every event, including timestamps, actions, input/output summaries, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail instance, and returns a single string containing formatted text detailing the trail's metadata, start and end times, and a detailed, sequential listing of every contained event. The function does not modify the input object and its primary side-effect is the construction and return of the formatted text document.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, timestamps, a list of events, and associated metadata. The function outputs a single string formatted with headers, event details, and structured information for each recorded event. It has no notable side-effects other than constructing and returning the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail instance, and outputs a single string containing formatted details about the trail's metadata, start/end times, and a detailed, sequential listing of every contained event. The function does not modify the input object and its primary side-effect is the construction and return of the formatted text document.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Formats an AuditTrail object into a comprehensive, multi-section string representation. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing all the audit information, formatted with headers, timestamps, and detailed event summaries, and has no observable side effects.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of event objects. The function outputs a multi-line string that summarizes the trail's metadata and then iterates through every contained event, formatting each one with its timestamp, action, input, output, reasoning, and any associated metadata.
Want this analysis on your repo? https://repobility.com/scan/
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Formats an AuditTrail object into a comprehensive, multi-section string representation. It accepts one input, an AuditTrail object, and returns a single string containing the formatted text. The output details the overall trail metadata, including agent ID, IDs, start/end times, and a detailed, indexed breakdown of every contained event, including timestamps, actions, inputs, outputs, and reasoning. This function has no notable side-effects.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a multi-line string formatted with headers and structured sections for each event, detailing the event's timestamp, action, input, output, reasoning, and any associated metadata. It does not modify the input object and only returns the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, timestamps, and a list of detailed events. The function outputs a single string formatted with headers, event details, and metadata for each recorded action. It does not modify the input object and only generates a formatted text report.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent identification, unique trail IDs, start and end timestamps, and a list of individual event objects. The function outputs a single string formatted with headers and structured sections for each event, including timestamps, actions, input/output summaries, reasoning, and any associated metadata. It does not modify the input object and only returns the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Formats an AuditTrail object into a comprehensive, multi-section string representation. It accepts one input, an AuditTrail object, and returns a single string containing all the audit details. The resulting text includes header information (agent ID, trail ID, start/end times), a count of events, and then iterates through every contained event to detail its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then iterating through each event to list its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Formats an AuditTrail object into a detailed, multi-section string representation. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of individual events. The function outputs a single string containing the formatted text, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a multi-line string formatted with headers, event details, and metadata for each recorded action. It has no notable side-effects other than constructing and returning the formatted text.
Open data scored by Repobility · https://repobility.com
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input/output summaries, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a multi-line string detailing the overall trail metadata, followed by sequentially formatted blocks for each contained event, including timestamps, actions, inputs, outputs, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a multi-line string detailing the overall trail metadata, followed by sequentially formatted blocks for every event, including timestamps, actions, inputs, outputs, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of event objects. The function outputs a multi-line string summarizing the trail's metadata, followed by a formatted listing of every contained event, including timestamps, actions, inputs, outputs, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Formats an AuditTrail object into a detailed, multi-section string representation. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of individual events. The function returns a single string containing all the formatted audit information, including headers, event summaries, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable text string summarizing the contents of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of individual events. The function outputs a multi-line string that first presents the overall trail metadata and then iterates through every event, detailing its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of individual event records. The function outputs a single string formatted with headers and structured event blocks, providing details like timestamps, actions, inputs, outputs, and reasoning for each event. It has no notable side-effects other than generating and returning the formatted text.
Repobility analyzer · published findings · https://repobility.com
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, timestamps, a list of events, and associated metadata. The function outputs a single string containing the formatted audit log, detailing the overall trail information and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail instance, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then iterating through each event to list its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail instance, and outputs a multi-line string detailing the trail's metadata, start and end times, and a detailed breakdown of every contained event. The function does not modify the input object and its primary side-effect is generating a structured text report suitable for logging or display.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts one input, an AuditTrail object, and outputs a single string containing formatted details about the trail's metadata, start/end times, and a detailed breakdown of every contained event. The function does not modify the input object and its primary side-effect is generating a large, structured text document suitable for logging or display.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of individual event objects. The function outputs a single string formatted with headers, event details, and metadata for each recorded event. It has no notable side-effects other than constructing and returning the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing formatted headers, summary statistics, and detailed, multi-line descriptions for every event, including its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, a list of events, and associated metadata. The function outputs a single string containing the formatted audit log, detailing the overall trail information and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
Provenance: Repobility (https://repobility.com) — every score reproducible from /scan/
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail instance, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string formatted with headers and line breaks, summarizing the trail's metadata and then iterating through each event to list its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of event objects. The function outputs a multi-line string summarizing the trail's metadata, followed by a formatted listing of every event, including its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event sequentially with its timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable text string summarizing the contents of an AuditTrail object. It accepts a single AuditTrail instance, which must contain agent, ID, time stamps, and a list of event objects. The function outputs a multi-line string formatted with headers and structured event details, including timestamps, actions, inputs, outputs, and reasoning for each recorded event. It does not produce any side effects other than returning the formatted string.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, IDs, timestamps, a list of events, and associated metadata. The function outputs a single string containing formatted headers, event summaries, and detailed information for every recorded event. It has no notable side-effects other than generating and returning the formatted text.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable text string detailing the contents of an AuditTrail object. It accepts an AuditTrail object, which must contain agent identification, unique IDs, start/end times, and a list of individual event objects. The function outputs a single string formatted with headers and structured event details, including timestamps, actions, input/output summaries, and associated metadata. It does not modify the input object and only generates a formatted report string.
Want this analysis on your repo? https://repobility.com/scan/
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, and a list of individual events. The function outputs a single string containing the formatted audit log, including a header summarizing the trail, and subsequent sections detailing each event's timestamp, action, input, output, reasoning, and any associated metadata.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a detailed, human-readable string representation of an AuditTrail object. It accepts an AuditTrail object, which must contain agent, ID, time stamps, a list of events, and event-specific details like input, output, and metadata. The function outputs a single string containing the formatted audit log, including a header summarizing the trail and subsequent sections detailing each event's timestamp, action, and associated data.
_trail_to_textREAL LLM gemma4:latest · · unknown
src/aumai_transparency/core.py
Renders a comprehensive, human-readable string representation of an AuditTrail object. It accepts a single AuditTrail object, which must contain agent, ID, time stamps, and a list of detailed events. The function outputs a single string containing the formatted audit log, detailing the overall trail metadata and then listing each event with its timestamp, action, input, output, reasoning, and any associated metadata.
‹ prevpage 3 / 5next ›