Skip to content

Commit

Permalink
feat(docs): add missing allowed imports in Agentverse guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Oct 7, 2024
1 parent e9eccd8 commit d65cddd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In the [Agentverse ↗️](https://agentverse.ai/) code editor, you have the fre

- [`re` ↗️](/guides/agentverse/allowed-imports#re).

- [`bs64` ↗️](/guides/agentverse/allowed-imports#bs64).
- [`bs64` ↗️](/guides/agentverse/allowed-imports#bs4-beautifulsoup.

- [`faiss-cpu` ↗️](/guides/agentverse/allowed-imports#faiss-cpu).

Expand Down Expand Up @@ -925,4 +925,4 @@ Then, you can just import the `Sentence` data model to your `agent.py` file and

Explore the [Agentverse guides ↗️](/guides#agentverse) and [Agentverse concepts ↗️](/concepts#agentverse) for additional guides and documentation resources!

For additional information on services, head over to [Agentverse Services ↗️](/guides/services/services).
For additional information on Functions, head over to [Agent Functions ↗️](/guides/agents/intermediate/agent-functions) and [Register Agent Functions ↗️](/guides/agentverse/agentverse-functions/registering-agent-services) resources.

0 comments on commit d65cddd

Please sign in to comment.