Open Issues Need Help
View All on GitHub Setup: Initialize project root and define dependencies in pyproject.toml about 3 hours ago
AI Summary: This foundational setup task involves initializing a Git repository for `aegis-core` and creating a `pyproject.toml` file in the project root. The `pyproject.toml` will serve as the single source of truth for all project-wide dependencies, including core logic and framework adapters, with specific configurations for project metadata and initial dependencies like `pydantic`, `python-dotenv`, and `fastapi`.
Complexity:
1/5
good first issue setup jules