An open API service indexing awesome lists of open source software.

https://github.com/wahyudesu/multiple-ways-to-build-ai-agents


https://github.com/wahyudesu/multiple-ways-to-build-ai-agents

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Build ai agent in Typescript and Python

## For python

```
cd langgraph-py
```

```
uv venv
```

Coba salah satu dari kelima ai agent workflow
```
uv run orchestrator.py
uv run parralel.py
uv run routing.py
uv run evaluator.py
uv run evaluator.py
```

## For Typescript

```
cd vercel-ai-sdk
```

```
npm i
```

Coba salah satu dari kelima ai agent workflow
```
npm run orchestrator.ts
npm run parralel.ts
npm run routing.ts
npm run evaluator.ts
npm run evaluator.ts
```

Read Article:

References:
- https://www.anthropic.com/research/building-effective-agents
- https://youtu.be/bZzyPscbtI8?si=8dmemesRBn9o6OCt
- https://www.callstack.com/blog/building-ai-agent-workflows-with-vercels-ai-sdk-a-practical-guide