-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
13 lines (11 loc) · 789 Bytes
/
pyproject.toml
File metadata and controls
13 lines (11 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "agentic-ai-for-education"
version = "0.0.1"
description = "Educational agent with LangGraph, RAG, and Streamlit UI"
requires-python = ">=3.10"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
# Ensure both your package and the studio app are importable
include = ["concept_map_poc","api_tracker_utils","utils","Streamlit_UI","educational_agent_v1","tester_agent","educational_agent_with_simulation","educational_agent_optimized","educational_agent_optimized_langsmith","educational_agent_optimized_langsmith_kannada","api_servers","NCERT","educational_agent_optimized_langsmith_autosuggestion","revision_agent","educational_agent_optimized_langsmith_v5","autosuggestion","simulation_to_concept"]