Replies: 1 comment
-
|
Hi @mlodic , Can you please review this proposal for GSoC 2026 project. I'll be happy to address any questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a high level architectural diagram describing components and how it integrates with IntelOwl:
Note: This ASCII diagram was created by an AI platform.
I propose a separate service/container(s) providing AI service due to following advantages:
docker-compose.ymlsystem, same docker network.A separate chatbot/AI stack will have following components/interfaces:
FastAPI (Web Layer):
Note: I'm open to working with Django is decided as such.
PydanticAI to be used to define AI agents with specific roles:
pyintelowlSDK as interface.Ollama (LLM Inference)
Qdrant Vector DB
Beta Was this translation helpful? Give feedback.
All reactions