tasq/node_modules/agentic-flow/docs/guides/README.md

18 lines
577 B
Markdown

# User Guides
Practical guides and tutorials for using the Agentic Flow system.
## Getting Started
- [Agent SDK Guide](agent-sdk.md) - Building custom agents with the SDK
- [Docker Agent Usage](DOCKER_AGENT_USAGE.md) - Running agents in Docker containers
- [NPM Publishing Guide](NPM-PUBLISH.md) - Publishing packages to NPM
## Model Configuration
- [Alternative LLM Models](ALTERNATIVE_LLM_MODELS.md) - Using different language models with the system
## Examples
- [Implementation Examples](IMPLEMENTATION_EXAMPLES.md) - Real-world implementation patterns and examples