-
This api will be the interface people use to interact with the agents built in #1 .
Initially this could be a single API endpoint, delegating "routing" to different agents to the LLM as well. We ca…
-
### Description
When used process="Hierarchical" and set an llm manager, it seems to give completely wrong answers and does not seem to delegate the query to other agents.
### Steps to Reproduce
1.…
-
> [!NOTE]
> This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758)
Ruby LSP currently has an experimental chat agent:
https://githu…
-
For our upcoming talk at KubeCon AI day co-located event, we plan to demo a ReAct agent setup that can be easily reproduced by others for building an agent based LLM application. To implement the demo…
-
### Description
Having problems getting a agent manage to work.
Using the `crewai create crew` command to setup a project.
Which uses different syntax than all the documentations, which is a bi…
-
I have the crew in the following format
Agents
```
from crewai import Agent
llm_object =
agent_1 = Agent(
role = ,
goal=,
backstory=,
llm = llm_object,
max_iter = 1,
…
-
I am currently building an agent flow, where an LLM is deciding what to do next. The LLM generates JSON for a Condition node, and the Condition will reroute the flow based on the input of the LLM. The…
-
/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…
-
### Description
I am trying to use the dalle-tool with an OpenAI implementation on Azure. The Crewai Agents in my script work well, WebsiteSearchTool works well but dalle-tool demands an OPEN_API_KEY…
-
Hi,
I just "discovered" harbor and I'm so exited that, even before deep diving into it, I would like to propose some additions, all can run fully-local and eventually use SearXNG.
**n8n**, a one-c…