azure-ai-agents-persistent-java Skill
Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java". Published by microsoft in skills.
What is azure-ai-agents-persistent-java Skill?
Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-agents-persistent-java Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-ai-agents-persistent-java/SKILL.md
What it does
Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java".
Skill instructions
Azure AI Agents Persistent SDK for Java Low-level SDK for creating and managing persistent AI agents with threads, messages, runs, and tools. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-ai-agents-persistent</artifactId <version1.0.0-beta.1</version </dependency Environment Variables bash PROJECTENDPOINT=https://<resource.services.ai.azure.com/api/projects/<project Required for project configuration MODELDEPLOYMENTNAME=gpt-4o-mini Required for agent model selection AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication java import com.azure.ai.agents.persistent.PersistentAgentsClient; import com.azure.ai.agents.persistent.PersistentAgentsClientBuilder; import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCredentialBuilder; import com.azure.identity.ManagedIdentityCredentialBuilder; String endpoint = System.getenv("PROJECTENDPOIN
Explore related resources
Frequently asked questions
What is azure-ai-agents-persistent-java?
azure-ai-agents-persistent-java is a open-source AI agent skill with Copy skill directory. Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.
Who is azure-ai-agents-persistent-java best for?
azure-ai-agents-persistent-java is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-agents-persistent-java?
Install or run azure-ai-agents-persistent-java using Copy skill directory. Check azure-ai-agents-persistent-java for the latest setup command.
Is azure-ai-agents-persistent-java actively maintained?
azure-ai-agents-persistent-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.