Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
9e9163df
Commit
9e9163df
authored
Feb 06, 2026
by
Kantz
Browse files
verschiebung des Orchestrators um mehrere Bots im selben Repo zu ermöglichen
parent
33f69451
Changes
2
Hide whitespace changes
Inline
Side-by-side
math-tutor/backend/app/api/chat.py
View file @
9e9163df
...
...
@@ -7,7 +7,8 @@ import logging
from
fastapi
import
APIRouter
,
HTTPException
,
Path
,
Query
from
pydantic
import
BaseModel
,
Field
from
app.deterministic_services
import
orchestrator
,
session_store
from
app.deterministic_services
import
session_store
from
app.deterministic_services.tutor_specific
import
orchestrator
router
=
APIRouter
()
logger
=
logging
.
getLogger
(
__name__
)
...
...
math-tutor/backend/app/deterministic_services/orchestrator.py
→
math-tutor/backend/app/deterministic_services/
tutor_specific/
orchestrator.py
View file @
9e9163df
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment