-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Why should one prefer llama index for agents when compared to langgraph? Please help in …
-
Steps to Repro:
- usdk create, add discord feature to the agent
- usdk chat with the agent
- expect the following error:
```
usdk chat /Users/abdurrehmansubhani/Desktop/agents/discordAgent2 -g
np…
-
Hi everyone,
The newly introduced Agents (DaemonSet) on every node provide additional functionality. I recognize that this might be useful for many people (especially the owner of this repo), but i…
-
Repro Steps
```
memory_db = SqliteMemoryDb(table_name="memories", db_file="tmp/agents.db")
agent = Agent(
name="my_agent",
agent_id="my_agent",
model=models["gpt-4o"],
debug_m…
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
I don't think it's supported yet.
-
Replicate reducer feature implemented for .NET here: https://github.com/microsoft/semantic-kernel/pull/7570
```c#
public interface IChatHistoryReducer
{
///
/// Each reducer shall override …
-
When I wanted to train_scenario, running "python run_train.py --agent_cfg=adv_scenic.yaml --scenario_cfg=train_scenario_scenic.yaml --mode train_scenario --scenario_id 1", an error occurs.
File "/h…
-
### What feature would you like to be added?
I want to implement multi-agent system for system-level programming ideally for a OS. What is your solution?
### Why is this needed?
I want to implement…
-
Steps to reproduce:
- Create an agent having the Discord component setup
- Ask the agent to generate a video
```
abdurrehmansubhani@Abdurrehmans-MacBook-Pro monorepo % usdk chat /Users/abdurrehma…