Context Engineering(Bonigarcia 教程)
Context engineering can be defined as the practice of designing systems that provide a Large Language Model (LLM) and AI agents with all the necessary information to complete a task effectively. It goes beyond prompt engineering since it focuses on building a comprehensive and structured context from various…
课时
- Basic interaction with LLMs in Java
- Basic interaction with Anthropic Claude models
- Streaming responses from Anthropic Claude models
- Basic interaction with Google Gemini models
- Streaming responses from Google Gemini models
- Basic interaction with a local LLM using Ollama
- Streaming responses from a local LLM using Ollama
- Basic interaction with OpenAI GPT models
- Streaming responses from OpenAI GPT models
- Basic interaction with LLMs in JavaScript
- Basic interaction with LLMs in Jupyter Notebooks
- Basic interaction with Anthropic Claude models
- Streaming responses from Anthropic Claude models
- Basic interaction with Google Gemini models
- Streaming responses from Google Gemini models
- Basic interaction with a local LLM using Ollama
- Streaming responses from a local LLM using Ollama
- Basic interaction with OpenAI GPT models
- Streaming responses from OpenAI GPT models
- Basic interaction with LLMs in Python
- Project Notetaker
- Agent Skills
- System prompt in Java