Skip to content

Conversation

askdevai-bot
Copy link

  • Add LLM.md: Comprehensive library overview with quick start guide
  • Add smolagents_api_docs.md: Detailed API reference documentation

These files provide LLM-friendly documentation to help developers
understand and use the smolagents library without extensive research.
The documentation covers all user-facing functions, classes, and methods
with practical examples and usage patterns.

Signed-off-by: Askdev.AI bot askdevai-bot@users.noreply.github.com

- Add LLM.md: Comprehensive library overview with quick start guide
- Add smolagents_api_docs.md: Detailed API reference documentation

These files provide LLM-friendly documentation to help developers
understand and use the smolagents library without extensive research.
The documentation covers all user-facing functions, classes, and methods
with practical examples and usage patterns.

Signed-off-by: Askdev.AI bot <askdevai-bot@users.noreply.github.com>
@mriddyagrawal
Copy link

Agreed heavily

from smolagents import CodeAgent, HfApiModel, PythonInterpreterTool

# Create model and agent
model = HfApiModel("meta-llama/Llama-3.1-70B-Instruct")
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is outdated: we use InferenceClient and more recent models

```python
from smolagents import MultiStepAgent

MultiStepAgent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will never work, please run the code

@aymeric-roucher
Copy link
Collaborator

Closing this since the bot is not likely to follow up on my comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants