Skip to content

Commit

Permalink
revert integration change
Browse files Browse the repository at this point in the history
  • Loading branch information
Seyed Ali Hosseini authored and Seyed Ali Hosseini committed Oct 28, 2024
1 parent 403b78c commit 4b7fa10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions integrations/code-navigator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ class CodeLinesRequest(Model):
repository: str
prompt: str
```
with a description of relevant code along with links in [this format](https://github.com/fetchai/uAgents/blob/main/python/src/uagents/agent.py#L253-L268).
with a description of relevant code along with links in the form:
https://github.com/fetchai/uAgents/blob/main/python/src/uagents/agent.py#L253-L268


Example AI-Engine prompt:
"I would like to refactor some logic from `_process_message_queue` to the `Dialogue` class in 'github.com/fetchai/uAgents/python/src/uagents'. What code is relevant for this?"
Expand All @@ -30,5 +32,5 @@ Example AI-Engine prompt:
- Set your agent's secure seed phrase in `SEED_PHRASE` environment variable

4. Add a mailbox key on Agentverse (optional)
- See [this guide](https://fetch.ai/docs/guides/agentverse/utilising-the-mailbox).
- If you do not use the Agentverse mailroom, you will need to make sure your agent is remotely reachable. See [this example](https://github.com/fetchai/uAgent-Examples/tree/main/1-uagents/uagent-101/network/05-remote-agents).
- See https://fetch.ai/docs/guides/agentverse/utilising-the-mailbox
- If you do not use the Agentverse mailroom, you will need to make sure your agent is remotely reachable. For example: https://github.com/fetchai/uAgents/tree/main/python/examples/12-remote-agents.

0 comments on commit 4b7fa10

Please sign in to comment.