Skip to content

Commit

Permalink
feat: add classification
Browse files Browse the repository at this point in the history
  • Loading branch information
Court Schuett committed Jul 15, 2024
1 parent d3edb20 commit 7e156f4
Show file tree
Hide file tree
Showing 65 changed files with 7,520 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions .github/workflows/build-classification-with-intercom.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions .github/workflows/upgrade-classification-with-intercom-client.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions .github/workflows/upgrade-classification-with-intercom.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { UpgradeDependenciesSchedule } = require('projen/lib/javascript');
const metapromptGenerator = require('./subprojects/metaprompt-generator');
const claudeToolsChatbot = require('./subprojects/claude-tools-chat-bot');
const complexSchemaToolUseNextJS = require('./subprojects/complex-schema-tool-use-nextjs');
const classificationWithIntercom = require('./subprojects/classification-with-intercom');

const root = new NodeProject({
name: 'anthropic-on-aws',
Expand Down Expand Up @@ -37,6 +38,7 @@ const root = new NodeProject({
metapromptGenerator(root);
claudeToolsChatbot(root);
complexSchemaToolUseNextJS(root);
classificationWithIntercom(root);

const common_exclude = [
'.yalc',
Expand Down
Loading

0 comments on commit 7e156f4

Please sign in to comment.