feat: add readme

This commit is contained in:
Boris Arzentar 2025-05-27 21:27:48 +02:00
parent fac930dc59
commit 4d7c07e483
2 changed files with 18 additions and 2 deletions

View file

@ -156,6 +156,15 @@ Try cognee UI out locally [here](https://docs.cognee.ai/how-to-guides/cognee-ui)
</div>
## CrewAI
Note1: After each restart go to `localhost:3000/auth` and login again.
Note2: Activity is not preserved in the DB, so it will be lost after page refresh.
1. Start FastAPI server by running `client.py` inside `cognee/api` directory
2. Start NextJS server by running `npm run dev` inside `cognee-frontend` directory.
3. If you are not logged-in, app will redirect to `/auth` page. Otherwise go there manually and login (if server is restarted).
## Demos

View file

@ -1,4 +1,4 @@
README:
# CrewAI
This is a demo project to showcase and test how cognee and CrewAI can work together:
@ -39,4 +39,11 @@ The three agents are working together to simulate a hiring process, evaluating s
makes the final decision (HIRE/NOHIRE) based on the outputs of the evaluation agents.
Works from IDE and not from CLI for now.
## Run in UI
Note1: After each restart go to `localhost:3000/auth` and login again.
Note2: Activity is not preserved in the DB, so it will be lost after page refresh.
1. Start FastAPI server by running `client.py` inside `cognee/api` directory
2. Start NextJS server by running `npm run dev` inside `cognee-frontend` directory.
3. If you are not logged-in, app will redirect to `/auth` page. Otherwise go there manually and login (if server is restarted).