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
- Host: GitHub
- URL: https://github.com/wahyudesu/multiple-ways-to-build-ai-agents
- Owner: wahyudesu
- License: mit
- Created: 2025-02-06T05:45:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T06:11:16.000Z (4 months ago)
- Last Synced: 2025-02-06T06:28:44.299Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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