Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
165a955
chore: udpate ia rules for my IA :)
willypaz243 Oct 25, 2025
5c15422
chore: remove entities file and replace with models, update database …
willypaz243 Oct 25, 2025
914f333
refactor: update fill_database.py to include questions_and_answers fi…
willypaz243 Oct 26, 2025
1cfbe2d
refactor: remove unused models and update imports
willypaz243 Oct 26, 2025
bafaa54
feat: implement calendar and event data filling with date parsing uti…
willypaz243 Oct 27, 2025
c0d113c
fix: update PoliticalParty model to inherit from BaseModel instead of…
willypaz243 Oct 28, 2025
cf42a95
fix: refactor mongo models and update election status references
willypaz243 Oct 28, 2025
c4552b9
feat: enhance vector database creation with improved text splitting a…
willypaz243 Oct 29, 2025
0bf5a01
chore: update vector database creation and add is_active field to pol…
willypaz243 Oct 29, 2025
dd32477
feat(agent): enhance candidate detection and election search capabili…
willypaz243 Oct 30, 2025
44b06ee
chore: refactor vector database creation and election data handling
willypaz243 Oct 30, 2025
a75f09d
refactor(agent): restructure topic handling and context building for …
willypaz243 Oct 30, 2025
9dbd08c
feat: implement news verification context building and update agent p…
willypaz243 Oct 31, 2025
62906c6
refactor: update classify topic to return list of topics and update t…
willypaz243 Oct 31, 2025
fa03df1
feat: implement government plans context building and election search…
willypaz243 Nov 4, 2025
aa55f6b
refactor: migrate to settings configuration and update LLM provider h…
willypaz243 Nov 4, 2025
f13e4a4
feat: implement questions and answers context building and capabiliti…
willypaz243 Nov 4, 2025
0c34a1e
feat: implement electoral calendar context building and date filtering
willypaz243 Nov 5, 2025
c22a236
docs: update context builder with calendar and events sections and re…
willypaz243 Nov 5, 2025
21798ed
format: ruff format applied
willypaz243 Nov 6, 2025
fec5568
format: test_agent.py
willypaz243 Nov 6, 2025
fd6676a
feat: implement rate limiting for chatbot API endpoints
willypaz243 Feb 15, 2026
2614303
feat(api): add webhook endpoint and indexing service for document pro…
willypaz243 Nov 6, 2025
2611e89
feat: implement election indexing and improve record lookup
willypaz243 Nov 6, 2025
53eee3e
feat: add electoral calendar indexing support
willypaz243 Nov 6, 2025
6d9e6ab
feat: add calendar event indexing support
willypaz243 Nov 6, 2025
b5b8804
feat: enhance election indexing with round and status, add candidacy …
willypaz243 Nov 6, 2025
5b59ccd
feat(indexing): enable indexing for questions and answers records
willypaz243 Nov 6, 2025
43d46ab
feat: implement JWT authentication with token verification and user d…
willypaz243 Nov 11, 2025
80c2e77
chore: added secret key for environment configuration
willypaz243 Nov 11, 2025
9b04182
feat: add batch indexing support for multiple records
willypaz243 Nov 25, 2025
d5db4cb
feat: implement FastAPI lifespan management and background database m…
willypaz243 Feb 15, 2026
55aa83a
refactor: remove JWT authentication implementation
willypaz243 Feb 15, 2026
26237c2
chore: remove secret key configuration and cleanup deprecated files
willypaz243 Feb 15, 2026
d784d64
docs: added comprehensive agent instructions documentation
willypaz243 Feb 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .continue/prompts/tools.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .continue/rules/python_best_practices.md

This file was deleted.

10 changes: 0 additions & 10 deletions .continue/rules/python_rules.md

This file was deleted.

Loading