Skip to content

Conversation

josephjclark
Copy link
Collaborator

@josephjclark josephjclark commented Sep 12, 2025

This PR consolidates all the work needed to get streaming working properly

It merges the Typescript changes and the backing python changes.

A few rough fixes are added for compatibility - this need to be improved a bit

It is compatible with the very latest CLI v1.13.3

self.logger.info(f"EVENT:STATUS:{message}")
else:
logging.info(f"EVENT:STATUS:{message}")
# if self.logger:
Copy link
Collaborator Author

@josephjclark josephjclark Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the main logger function is

eventLogger.send_event(type, payload)

eventLogger.status(message)
eventLogger.chunk(jsonObj)

@hanna-paasivirta hanna-paasivirta merged commit 824a2c2 into streaming Sep 16, 2025
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.

2 participants