Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOLD] Making the Tools ability dynamic #41

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2ff015e
add content about CoPilot or Larallama
alnutile Jul 30, 2024
e4bdc5c
wow that worked
alnutile Jul 31, 2024
bdb7c52
make the claude response dto smarter and add tools to it like ollama
alnutile Jul 31, 2024
8a40ebd
working on tools to be dynamic
alnutile Jul 31, 2024
d2de74a
this is tricky
alnutile Jul 31, 2024
b706784
need to fix a bug on main
alnutile Aug 1, 2024
7f687b7
Merge branch 'main' into orchestrate_v2
alnutile Aug 1, 2024
a52f7b9
coming right back
alnutile Aug 2, 2024
f629573
ok search the web is working
alnutile Aug 2, 2024
87dd619
add document make as I see a lot of repeat complexity
alnutile Aug 2, 2024
076d53b
omg this will simplify a lot of things but it sure is making a lot of…
alnutile Aug 2, 2024
16e023e
omg this will simplify a lot of things but it sure is making a lot of…
alnutile Aug 2, 2024
c4d1ff3
need to go fix bug
alnutile Aug 2, 2024
24d5461
need to go fix bug
alnutile Aug 2, 2024
755feb8
adding Types so I can limit the tools and the confusion that comes wi…
alnutile Aug 4, 2024
a4fd1be
move get functions into base client
alnutile Aug 4, 2024
81cfeea
This moves getFunctions out of the client into the driver area
alnutile Aug 4, 2024
de205f5
This moves getFunctions out of the client into the driver area
alnutile Aug 4, 2024
b3e4d6b
All test passing since the big tool type change
alnutile Aug 4, 2024
af8161c
make sure ci runs module tests 🤦🏻‍♂️
alnutile Aug 4, 2024
fbd657c
Yup I was not hitting the modules directory
alnutile Aug 4, 2024
7090eac
ok pint defaults to all but vendor
alnutile Aug 4, 2024
4c97595
Ok stan now runs in all places
alnutile Aug 4, 2024
7b2f64f
Ok stan now runs in all places
alnutile Aug 4, 2024
6d64d0d
skip tag test for a moment
alnutile Aug 4, 2024
4dbe5c1
this will start to make just chat work with tools then we can limit t…
alnutile Aug 4, 2024
7b88793
this will start to make just chat work with tools then we can limit t…
alnutile Aug 4, 2024
12c9e31
Lots of QA, claude and ollama working with Chat Only
alnutile Aug 4, 2024
96d8e5c
Ok the controller and orchestrate v2 chat is working but that is the …
alnutile Aug 4, 2024
c6299b0
Ah the job of huge commits
alnutile Aug 4, 2024
bd8f2ca
gotta go fix a bug
alnutile Aug 4, 2024
514f00e
going to back off this for a bit
alnutile Aug 5, 2024
4cad079
going to back off this for a bit and get back to main branch and slow…
alnutile Aug 5, 2024
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
13 changes: 0 additions & 13 deletions Modules/EmailSource/app/GetEmail.php

This file was deleted.

Empty file.
66 changes: 0 additions & 66 deletions Modules/EmailSource/app/Http/Controllers/EmailSourceController.php

This file was deleted.

Empty file.
119 changes: 0 additions & 119 deletions Modules/EmailSource/app/Providers/EmailSourceServiceProvider.php

This file was deleted.

49 changes: 0 additions & 49 deletions Modules/EmailSource/app/Providers/RouteServiceProvider.php

This file was deleted.

30 changes: 0 additions & 30 deletions Modules/EmailSource/composer.json

This file was deleted.

Empty file.
5 changes: 0 additions & 5 deletions Modules/EmailSource/config/config.php

This file was deleted.

Empty file.
Empty file.
Empty file.
16 changes: 0 additions & 16 deletions Modules/EmailSource/database/seeders/EmailSourceDatabaseSeeder.php

This file was deleted.

11 changes: 0 additions & 11 deletions Modules/EmailSource/module.json

This file was deleted.

15 changes: 0 additions & 15 deletions Modules/EmailSource/package.json

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
7 changes: 0 additions & 7 deletions Modules/EmailSource/resources/views/index.blade.php

This file was deleted.

29 changes: 0 additions & 29 deletions Modules/EmailSource/resources/views/layouts/master.blade.php

This file was deleted.

Empty file.
19 changes: 0 additions & 19 deletions Modules/EmailSource/routes/api.php

This file was deleted.

Loading
Loading