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

feat: add blog post with demo of LLM Agents on Knative #6074

Merged
merged 5 commits into from
Jul 26, 2024

Conversation

Cali0707
Copy link
Member

This blog continues on our explanation of LLM Agents with knative, giving a concrete example of how to call new tools from an LLM without redeploying it.

@knative-prow knative-prow bot requested review from nainaz and zainabhusain227 July 24, 2024 18:17
Copy link

knative-prow bot commented Jul 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 24, 2024
@Cali0707
Copy link
Member Author

/cc @Leo6Leo @pierDipi @matzew

@knative-prow knative-prow bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 24, 2024
@knative-prow knative-prow bot requested review from Leo6Leo, matzew and pierDipi July 24, 2024 18:17
Copy link

netlify bot commented Jul 24, 2024

Deploy Preview for knative ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit ec24145
🔍 Latest deploy log https://app.netlify.com/sites/knative/deploys/66a2941e7c760700082f0e26
😎 Deploy Preview https://deploy-preview-6074--knative.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@Leo6Leo Leo6Leo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The demo blog is easy to follow and explains the concept clearly! I can understand it after reading it. Please see the comment below

blog/docs/articles/llm-agents-demo.md Outdated Show resolved Hide resolved
blog/docs/articles/llm-agents-demo.md Outdated Show resolved Hide resolved
blog/docs/articles/llm-agents-demo.md Show resolved Hide resolved
blog/docs/articles/llm-agents-demo.md Outdated Show resolved Hide resolved
blog/docs/articles/llm-agents-demo.md Show resolved Hide resolved
kubectl port-forward svc/chat-app-service 8080:8080
```

If you access http://localhost:8080 in your browser you will now be able
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link here is not clickable. If you are not intending make it clickable, then I think adding `` around the link would make more distinct and easier to distinguish with other normal text.

blog/docs/articles/llm-agents-demo.md Outdated Show resolved Hide resolved
blog/docs/articles/llm-agents-demo.md Show resolved Hide resolved
Signed-off-by: Calum Murray <[email protected]>
@Cali0707
Copy link
Member Author

/cc @Leo6Leo

@knative-prow knative-prow bot requested a review from Leo6Leo July 25, 2024 16:23
Cali0707 added 2 commits July 25, 2024 12:25
Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
Copy link
Member

@Leo6Leo Leo6Leo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

blog/docs/articles/llm-agents-demo.md Show resolved Hide resolved
metadata is the central concept to what we are working to build. In the next
blog post we will discuss our vision for how this will evolve. If you are
interested in helping us build the future of LLM Agents in the cloud, message
us on Slack!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A link to the slack channel will make reader reach out easier.

Signed-off-by: Calum Murray <[email protected]>
@Cali0707 Cali0707 requested a review from Leo6Leo July 25, 2024 18:06
@Leo6Leo
Copy link
Member

Leo6Leo commented Jul 26, 2024

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 26, 2024
@knative-prow knative-prow bot merged commit 7347a41 into knative:main Jul 26, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants