Commit Graph

19 Commits

Author SHA1 Message Date
8973197428 feat: implement autonomous agent with decision-making and action execution pipeline 2025-12-18 00:08:38 +00:00
8ccbef3731 chore: remove trailing whitespace from README.md line 42 2025-09-27 19:20:18 +00:00
d122bcc7be feat: make tools parameter optional in function signatures
The tools parameter is now optional across all relevant function signatures, allowing calls without explicitly passing tools. This change simplifies the API by defaulting to no tools when not specified, reducing boilerplate for common use cases.
2025-05-29 00:40:09 +00:00
bf72a3d8cc chore: remove trailing whitespace from README.md line 42 2025-05-24 13:21:13 +00:00
e2e7ca52d1 fix: remove stale null-check causing false positive in user validation 2025-05-14 00:43:33 +00:00
d73618a004 chore: remove trailing whitespace and normalize line endings across all source files 2025-05-05 12:33:08 +00:00
750c647db6 feat: add strict mode enforcement to validation pipeline with error handling 2025-04-08 08:17:27 +00:00
8f60d335be feat: add user_id index to profiles table for faster lookups
The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during authentication and profile retrieval operations.
2025-04-03 00:18:41 +00:00
726bdb7841 chore: remove placeholder progress message from initial commit 2025-04-02 13:37:59 +00:00
2ea1c939cf chore: remove unused import statements and trailing whitespace across multiple modules 2025-03-30 00:47:00 +00:00
fc3e6abb23 fix: correct typo in indexer.h header guard macro name 2025-03-28 22:22:57 +00:00
c7b3ce20fd chore: remove trailing whitespace from README.md line 42 2025-03-28 22:00:17 +00:00
9fb13405e5 chore: remove placeholder progress message from initial commit 2025-03-28 20:38:50 +00:00
ac64a27040 chore: remove trailing whitespace from README.md line 42 2025-03-28 19:50:10 +00:00
2b4ab30071 chore: remove trailing whitespace and normalize line endings across all source files 2025-03-28 05:56:36 +00:00
e345a89f80 chore: remove trailing whitespace from README.md line 42 2025-03-28 05:55:22 +00:00
92e11aa9ba feat: implement transaction processing with rollback and commit support
Add core transaction management including begin, commit, and rollback operations
with proper state tracking and error handling for concurrent access patterns.
2025-03-28 01:41:15 +00:00
f209985199 chore: remove trailing whitespace from README.md formatting 2025-03-28 00:55:04 +00:00
5441a7fbf0 chore: remove trailing whitespace from README.md line 42 2025-03-22 02:15:49 +00:00