53 Commits

Author SHA1 Message Date
Eng. Elias
bd246b769d V0.2 YouTube video 2024-03-26 00:04:01 +04:00
Eng. Elias
4013ffbe2f minor fixes 2024-03-25 01:09:20 +04:00
Eng. Elias
5d745abcd0 Merge pull request #4 from Eng-Elias/V0.2
V0.2

### Version 0.2

- Features:
  - Update crewai package and add more fields to agents and tasks.
  - Add more tools:
    - ARXIV to search in scientific articles of many domains.
    - PubMed to answer questions about medicine, health, and biomedical topic.
- Improvement:
  - Update python and npm packages.
  - Some UI enhancements.
  - Add .bat and .sh files to setup and start the project easily for normal users.
  - Enhance README.md.
2024-03-24 20:58:06 +04:00
Eng. Elias
f7af9ac7ae adding .bat and .sh files to setup and start project easily v0.2-beta 2024-03-24 20:04:24 +04:00
Eng. Elias
a2fcd07924 lint config and fixes 2024-03-24 19:59:01 +04:00
Eng. Elias
ecc1138f8f enhance README.md 2024-03-24 16:57:39 +04:00
Eng. Elias
f1cf96c5a4 update npm packages 2024-03-24 15:46:00 +04:00
Eng. Elias
24fab13a30 minor fixes 2024-03-24 14:54:17 +04:00
Eng. Elias
f3ff09bb4e update langchain and add arxiv and pubmed tools 2024-03-24 14:53:59 +04:00
Eng. Elias
a654f454b8 adding the new fields of crewAI to GraphQL schema and queries and UI forms + some UI enhancements 2024-03-21 00:43:28 +04:00
Eng. Elias
202483f47e updating crewAI package and adding some new field to DB schema 2024-03-21 00:41:38 +04:00
Eng. Elias
7f2315e4fd fix some bugs and enhance error handling v0.1-beta 2024-03-16 00:40:14 +04:00
Eng. Elias
79cf073658 simplify .env.template 2024-03-15 12:03:11 +04:00
Eng. Elias
d02a890e9c README.md support section 2024-03-15 11:54:47 +04:00
Eng. Elias
7a886fa31a enhancing error handling 2024-03-15 11:31:14 +04:00
Eng. Elias
8615f106d6 add sharp package for high performance Node.js image processing 2024-03-13 20:51:00 +04:00
Eng. Elias
dc2e57428c typo fix 2024-03-13 17:12:56 +04:00
Eng. Elias
cd041b5693 add some validations on get agents 2024-03-07 17:42:07 +04:00
Eng. Elias
cb50243aec README.md fix 2024-03-05 23:38:12 +04:00
Eng. Elias
12f260ad04 minor fix 2024-03-04 22:32:47 +04:00
Eng. Elias
05fe90a4a0 embed YouTube video in README.md 2024-03-03 02:11:02 +04:00
Eng. Elias
5fd4bb4eb7 delete mission 2024-03-03 02:04:34 +04:00
Eng. Elias
a230be9c33 delete agent 2024-03-03 00:45:53 +04:00
Eng. Elias
0b164fd510 upload agent image action 2024-03-02 01:47:33 +04:00
Eng. Elias
2316c57340 LICENSE and README.md files 2024-03-01 18:38:37 +04:00
Eng. Elias
f5b370b58f move requirements.txt into main directory 2024-03-01 12:55:10 +04:00
Eng. Elias
8ff5f9f743 UI/UX fix 2024-03-01 12:52:01 +04:00
Eng. Elias
c409893fd4 CrewAI Visualizer Hero Page 2024-03-01 12:51:44 +04:00
Eng. Elias
b8f3986de5 convert node_calls_python paths into env variables 2024-03-01 11:59:35 +04:00
Eng. Elias
a1ffe22934 run mission 2024-03-01 01:47:04 +04:00
Eng. Elias
3344c01c7b task agent validation: if agent is not in the crew, replace task agent with null 2024-02-29 17:56:42 +04:00
Eng. Elias
fc7d171b8b style fixes: use TW Material <Button> instead of normal <button> 2024-02-29 15:50:42 +04:00
Eng. Elias
6767a32bf5 update mission validation and action 2024-02-29 15:49:49 +04:00
Eng. Elias
bac877171e Update agent validation and action 2024-02-29 15:10:07 +04:00
Eng. Elias
61fabd883f create new mission validation and action 2024-02-29 14:30:48 +04:00
Eng. Elias
7dec195a78 create agent modal validation and action 2024-02-28 23:53:35 +04:00
Eng. Elias
1b471835df Create New Mission Modal 2024-02-27 11:27:00 +04:00
Eng. Elias
2f826999f4 Add New Agent Modal + replace TE Switch with TW Material Switch 2024-02-27 10:59:02 +04:00
Eng. Elias
6673e4258f fix theme of TESelect 2024-02-26 22:25:17 +04:00
Eng. Elias
e703726bcc implement get mission gql query and replace TE Accordion with TW Material Accordion 2024-02-26 21:26:59 +04:00
Eng. Elias
99ba3f1c2c add gql queries to fronted and test with getting agents + install material-tailwind UI library to use it to enhance the UI/UX 2024-02-21 23:00:02 +04:00
Eng. Elias
961bd46470 dealing with agent tools 2024-02-21 17:50:37 +04:00
Eng. Elias
d43ab45ae6 run CrewAI python script with node-calls-python package 2024-02-20 23:45:47 +04:00
Eng. Elias
7927fd3038 Singlton Prisma Client 2024-02-20 20:33:08 +04:00
Eng. Elias
7697f09019 type fixes 2024-02-20 20:32:41 +04:00
Eng. Elias
619f199abe Agent and Mission GraphQL CRUD operations 2024-02-20 17:06:45 +04:00
Eng. Elias
e6f08d85fc initializing database models, migrations and ORM with Prisma 2024-02-19 13:53:04 +04:00
Eng. Elias
4d011ff080 finishing the Basic UI of the project 2024-02-19 11:35:36 +04:00
Eng. Elias
b70869ccd1 missions page with mission modal to view mission and edit some of its info 2024-02-15 01:41:12 +04:00
Eng. Elias
4dcfc86e5f rename files to snakecase 2024-02-12 23:34:46 +04:00