Metadata-Version: 2.4
Name: Javis_agent
Version: 1.1.0
Summary: AI agent for coding assistant
Author: Tran Anh Tai
License: MIT
Keywords: automation,fetch,llm,mcp,web
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: anyio>=4.5
Requires-Dist: click>=8.1.0
Requires-Dist: faiss-cpu>=1.7.4
Requires-Dist: httpx>=0.27
Requires-Dist: langchain-community>=0.0.20
Requires-Dist: langchain-huggingface
Requires-Dist: langchain-openai>=0.0.5
Requires-Dist: langchain>=0.1.0
Requires-Dist: langgraph>=0.0.20
Requires-Dist: mcp
Requires-Dist: openai>=1.0.0
Requires-Dist: python-dotenv
Requires-Dist: sentence-transformers
Description-Content-Type: text/markdown

# Javis Agent
## Create virual environment
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
// Check latest version
apt list | grep python3.14
sudo apt install python3.14 python3.14-venv python3.14-dev
python3.14 -m venv venv
source venv/bin/activate
python --version (show 3.14 version)
pip install langchain langchain_openai dotenv pypdf pdfplumber python-docx openpyxl pandas python-pptx



