-
### Discussed in https://github.com/langchain-ai/langchain/discussions/27404
Originally posted by **kodychik** October 16, 2024
### Checked
- [X] I searched existing ideas and did not find …
-
/kind feature
**Describe the solution you'd like**
This proposal outlines the need for an API to standardize the discovery, installation, and aggregation of LLM functions, agents or tools in Kub…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
Loosely defined:
- Tools: The bridge between LLM output -> An action, like read/writes to a database. Any function can be a tool.
- Agent: Executes a workflow given a task, restricted by a fixed set…
-
### Description
Crewai generating error when using Gemini pro api, while it's working fine with other openai models.
### Steps to Reproduce
add the script to test.py and run it with poetr…
ANPCI updated
3 weeks ago
-
### Idea
Add support for custom plugins built for VS Code Copilot's extension system, enabling integration with external data sources, LLMs, third party agents etc. Perplexity has one, some open s…
-
# Problem
prompt engineering is slow, and in a multi-agent system is very hard. You need to experiment with a message arbitrarily deep in the stack quickly. The current replay feature is helpful, but …
-
```go
func main() {
llm, err := ollama.New(
ollama.WithModel("qwen2.5:14b"),
ollama.WithFormat("json"),
ollama.WithHTTPClient(httpClient),
)
if err != nil {
panic(err)
}
conte…
-
### Bug Description
Confilct between langchain and llamaindex
### Version
0.9.48
### Steps to Reproduce
1. install langchain version 0.2.x
2. from llama_index.emebddings import HuggingFaceEmbedd…
-
### Description
When running the crewAI project, a KeyError: 'key_name' occurs during the initialization of the Agent in the researcher method. This prevents the crew task from kicking off properly.
…