Initial commit: KFU Course Agent

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
RomanKurlygin
2026-05-26 00:16:45 +03:00
commit c02268a180
24 changed files with 1625 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": ["."],
"graphs": {
"agent": "./agent.py:agent",
"pipeline": "./agent.py:pipeline"
},
"env": ".env"
}