-
Notifications
You must be signed in to change notification settings - Fork 3
Experimental IO JSON for logs & workflow communication protocols #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
…ide a class' function.
…ect format in OptoPrime.
…eGuide to return LLM's response directly.
Add Projection API.
…into experimental
Fix missing oprov2 problem
Adding a train helper function and updating defaults of MinibatchAlgorithm and LLMJudge
…tion do not lose initial node to optimize (TODO: trainer might have a better solution)
…a lot of logs for further analysis
…ns and doc evaluation hooks
ef542aa to
c0a0282
Compare
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.
This draft pull request follows discussion on logs integration and multi-agent workflow communication in JSON.
It introduces a suite of utilities for importing, exporting, and converting Trace graphs in JSON format (a Trace‑Graph JSON (TGJ) format, and OpenTelemetry (OTel)).
This includes: TGJ ingestion, TGJ export, and Otel-to-TGJ conversion.
This will allow interoperability with logs/telemetry systems and simplify the process of linking JSON-based traces to executable code (aim MCP, A2A, ACP protocols).
README.mdfor theopto/trace/iodirectory, describing the purpose of the new utilities, supported modules (tgj_ingest.py,tgj_export.py,otel_adapter.py), usage examples, and test coverage.TODO
The challenge of the demo is to define what kind of optimization or modification of trainable parameters should be illustrated, and how.
The JSON graph IO will provide a new mean of observability, but the optimization update mechanism may only operate locally at this stage (within the same process as trace runs).
Unless another mechanism is defined for updating external trainable parameters, I think this is out of scope ?