zxzinn

Results 6 issues of zxzinn

[IDA Pro] YaraForge plugin added

Hi! Thanks for this awesome project. I have a great time using it, but as the project scales up, the output file for ai becomes lazy, I want to suggest...

enhancement

### Feature Description ## Problem ### 1. Confusing Class Names Users connecting to vLLM servers must use `OpenAILike` and `OpenAIEmbedding`, which is unintuitive: ```python from llama_index.llms.openai_like import OpenAILike from llama_index.embeddings.openai...

enhancement
triage

# Description Add `close()` and `aclose()` methods to `OpensearchVectorClient` and `OpensearchVectorStore` to properly release HTTP connections. Currently, neither class provides a way to close the underlying OpenSearch clients (`_os_client` and...

size:L

# Description Add `early_stopping_method` parameter to `BaseWorkflowAgent` and `AgentWorkflow` to handle max iterations gracefully. Currently, when an agent reaches `max_iterations`, it raises a `WorkflowRuntimeError` which abruptly terminates the workflow. This...

lgtm
size:L

### Feature Description ## Summary LlamaIndex's `FunctionTool` and workflow system currently do not support streaming intermediate results from tool execution. When a tool function returns an async generator to yield...

enhancement
triage