mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-27 20:45:50 +03:00
[PR #1] [MERGED] add agentic backend #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/neural-maze/ava-whatsapp-agent-course/pull/1
Author: @MichaelisTrofficus
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/2/2025
Merged by: @MichaelisTrofficus
Base:
main← Head:add-agentic-backend📝 Commits (2)
d9ac414add ai_companion folder with all logic3794713add interfaces and refined prompts📊 Changes
37 files changed (+1610 additions, -519 deletions)
View changed files
📝
.env.example(+1 -0)📝
.gitignore(+311 -9)📝
chainlit.md(+0 -0)📝
pyproject.toml(+3 -0)➕
src/ai_companion/__init__.py(+0 -0)➕
src/ai_companion/core/__init__.py(+0 -0)➕
src/ai_companion/core/exceptions.py(+11 -0)➕
src/ai_companion/core/prompts.py(+102 -0)➕
src/ai_companion/core/schedules.py(+188 -0)➕
src/ai_companion/graph/__init__.py(+0 -0)➕
src/ai_companion/graph/agent.py(+37 -0)➕
src/ai_companion/graph/nodes.py(+75 -0)➕
src/ai_companion/graph/utils/__init__.py(+0 -0)➕
src/ai_companion/graph/utils/chains.py(+33 -0)➕
src/ai_companion/graph/utils/edges.py(+25 -0)➕
src/ai_companion/graph/utils/helpers.py(+29 -0)➕
src/ai_companion/graph/utils/nodes.py(+83 -0)➕
src/ai_companion/graph/utils/state.py(+22 -0)➕
src/ai_companion/modules/image/__init__.py(+0 -0)➕
src/ai_companion/modules/image/image_to_text.py(+1 -0)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.