feat: ecosystem architecture enhancements (Graph, Loop, Context, Harness) - #2
Merged
Conversation
Add a proper package.json for the Node.js server with start/serve scripts. Remove .DS_Store from git tracking and add to .gitignore.
…onnect cleanup - Handle mid-stream proxy response errors (GitNexus restart) with clean 502 - Retry transient connection errors (ECONNREFUSED/RESET/ENOTFOUND/EPIPE) up to 2 times for idempotent GET/HEAD requests only - Add 30s timeout to proxy requests with proper 504 response - Destroy proxy socket when client disconnects to avoid leaked connections
- Add ecosystem-agentic-graph-architecture.md - Add repos/hawk-sdk-typescript-callflow.html - Add repos/hawk-sdk-typescript-tree.html - Update global-arch.html, index.html, scripts - Update README
- Add GraphVisualizer with D3 and Cytoscape.js support - Implement force-directed layout simulation - Add SVG generation and customizable styling
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.
This PR introduces cross-ecosystem architectural enhancements encompassing Graph Engineering, Loop Engineering, Context Management, and Prompt Frameworks.
What's Included
StateGraphimplementations, A2A protocol support, and Cypher-like DSLs.All changes include appropriate edge-case handling for timeouts, cancellations, and state immutability.