Skip to content

Conversation

@TenzDelek
Copy link
Member

@TenzDelek TenzDelek commented Feb 4, 2026

stream

image

normal

image

for result in workflow_response.get("final_results", [])
]

workflow_metadata = workflow_response.get("metadata", {})
Copy link
Member Author

@TenzDelek TenzDelek Feb 4, 2026

Choose a reason for hiding this comment

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

extracting only the needed metadata

from typing import Any, Dict, Optional


class GeminiModelWrapper:
Copy link
Member Author

Choose a reason for hiding this comment

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

imported from old repo

content: str


class DharmamitraModelWrapper:
Copy link
Member Author

Choose a reason for hiding this comment

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

imported from old repo

Copy link
Member Author

@TenzDelek TenzDelek left a comment

Choose a reason for hiding this comment

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

self reviewed. kindly do a extra review on top of it. cc @tenkus47

@TenzDelek TenzDelek requested a review from tenkus47 February 4, 2026 07:22
@TenzDelek
Copy link
Member Author

general search engine: system prompt of perplexity

image image

translation

image image

@TenzDelek
Copy link
Member Author

streaming each token:
image

@TenzDelek
Copy link
Member Author

TenzDelek commented Feb 5, 2026

additional task:

  • making target text optional
  • streaming of each token from llm
  • change in prompt
  • creating a vibed UI

@TenzDelek
Copy link
Member Author

image image

@TenzDelek
Copy link
Member Author

merging this. will fix if any other is broken in trailing pr later

@TenzDelek TenzDelek merged commit df5408d into main Feb 9, 2026
2 checks passed
@TenzDelek TenzDelek deleted the langraph-integration branch February 9, 2026 06:54
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.

1 participant