Skip to content

My Jarvis Agent/Companion capable of many many things really anything.

License

Notifications You must be signed in to change notification settings

agentdafler007/Jarvis35

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My AI Agent

This project is a highly advanced AI agent designed to be a friend and assistant. It can handle complex tasks, delegate to specialized subordinates, and learn from interactions.

Setup

Run the following command to set up the project:

./setup.sh

Usage

To start the AI agent, run:

python main.py

Folder Structure

my_ai_agent/ ├── agents/ │ ├── init.py │ ├── base_agent.py │ ├── master_agent.py │ ├── subordinate_agent.py │ ├── specialist_agents/ │ ├── init.py │ ├── code_agent.py │ ├── research_agent.py │ ├── creative_agent.py ├── models/ │ ├── init.py │ ├── language_model.py │ ├── tool_model.py │ ├── multimodal_model.py ├── workflows/ │ ├── init.py │ ├── conversational_workflow.py │ ├── task_execution_workflow.py │ ├── agent_management_workflow.py ├── utils/ │ ├── init.py │ ├── logger.py │ ├── config.py │ ├── memory.py │ ├── task_queue.py │ ├── knowledge_base.py ├── api/ │ ├── init.py │ ├── routes.py │ ├── middleware.py ├── work/ │ └── # This folder will contain work-related files ├── tools/ │ └── # This folder will contain created tools ├── data/ │ ├── knowledge_base/ │ ├── models/ │ ├── logs/ ├── main.py ├── requirements.txt ├── setup.sh └── README.md

About

My Jarvis Agent/Companion capable of many many things really anything.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published