https://github.com/phidatahq/phidata

phidata

Phidata is a framework for building AI Assistants with memory, knowledge and tools.

https://private-user-images.githubusercontent.com/22579644/322947450-295187f6-ac9d-41e0-abdb-38e3291ad1d1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5NDAxMDgsIm5iZiI6MTcxMzkzOTgwOCwicGF0aCI6Ii8yMjU3OTY0NC8zMjI5NDc0NTAtMjk1MTg3ZjYtYWM5ZC00MWUwLWFiZGItMzhlMzI5MWFkMWQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDA2MjMyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4NjcxOTE3ZWEwMjg1MWUzN2EyM2E0MDU0YmE4MzBhYzk3NTQ3ZjY3NDM4YjlkZWI5ZGNmMzFhODA3NDJkY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.FtOcv5dxx2fYRiC20CGiUbxL5gKZuXZHgJ5fGIlRASo

Why phidata

Problem: LLMs have limited context and cannot take actions.

Solution: Add memory, knowledge and tools.

Memory & knowledge make LLMs smarter while tools make them autonomous.

How it works

Installation

pip install -U phidata

Example: Assistant that can search the web

Create a file assistant.py