Merged
Conversation
…eractions - Added support for incremental file reads with byte offset tracking for efficient log updates. - Introduced backward pagination functionality for loading earlier logs. - Enhanced scroll behavior to detect user scrolling away from the bottom and maintain position during updates. - Updated log viewer to handle keyboard navigation for loading earlier lines. - Improved UI components with loading/error states and visual indicators for earlier logs.
- Added `onPauseTrimmingChange` prop to notify parent components when users scroll away. - Updated log viewer and shells to pause log trimming when users are not at the bottom. - Enhanced `updateWindowedLines` to skip trimming when pause is active.
…display enhancements - Integrated agent character configuration system with customizable ASCII expressions and phrases. - Updated output components to dynamically display faces and phrases based on the agent's activity. - Enhanced `useLogStream` to detect and update current activity from log lines. - Added engine specification to workflow steps in templates for improved clarity.
…e display updates - Replaced static activity assignment with dynamic derivation based on agent status and log-based refinements. - Updated character face and phrase generation to use derived activity for more accurate state representation.
…ersona-based system - Migrated from engine-specific character configurations to a persona-based system for improved flexibility and clarity. - Updated agent mapping to use personas, enabling more dynamic assignments of visual and behavior traits. - Refactored `output-window` and related utilities to reflect persona-based logic for agents. - Simplified and streamlined agent character configuration files and type definitions.
Owner
|
Good job, please update the example for documentation.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
details
useLogStreamto detect and update current activity from log lines.Depends on:
PR #72
example