Skip to content

Commit 71454eb

Browse files
2 parents 666703a + 5d3333e commit 71454eb

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ UAIP-Protocol/
2929

3030
```bash
3131
# 1. Clone and install
32-
git clone https://github.com/yourusername/uaip-agentguard.git
33-
cd uaip-agentguard
32+
git clone https://github.com/jahanzaibahmad112-dotcom/UAIP-Protocol.git
33+
cd UAIP-Protocol
3434
pip install -r requirements.txt
3535

3636
# 2. Set admin key (CRITICAL!)
@@ -45,7 +45,7 @@ python demo.py
4545

4646
**Done!** 🎉 Open http://localhost:8000 to see your dashboard.
4747

48-
👉 **New to UAIP?** Read [QUICKSTART.md](QUICKSTART.md) for detailed setup.
48+
👉 **New to UAIP?** Read [docs/QUICKSTART.md](docs/QUICKSTART.md) for detailed setup.
4949

5050
---
5151

@@ -119,7 +119,7 @@ AI agents from different companies (OpenAI, Microsoft, Anthropic) can't safely t
119119
└─────────────┘ └─────────────────┘ └───────────┘
120120
```
121121

122-
📖 **Detailed diagrams**: See [ARCHITECTURE.md](ARCHITECTURE.md)
122+
📖 **Detailed diagrams**: See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md)
123123

124124
---
125125

@@ -192,10 +192,10 @@ print(f"🏦 Fee: ${result['settlement']['fee']}")
192192

193193
| Document | Purpose | Read If... |
194194
|----------|---------|-----------|
195-
| [QUICKSTART.md](QUICKSTART.md) | Get running in 5 minutes | You're brand new |
196-
| [ARCHITECTURE.md](ARCHITECTURE.md) | Visual system design | You want to understand internals |
197-
| [API.md](API.md) | Complete endpoint reference | You're integrating directly |
198-
| [INTEGRATIONS.md](INTEGRATIONS.md) | LangChain, AutoGen, CrewAI | You use existing frameworks |
195+
| [docs/QUICKSTART.md](docs/QUICKSTART.md) | Get running in 5 minutes | You're brand new |
196+
| [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) | Visual system design | You want to understand internals |
197+
| [docs/API.md](docs/API.md) | Complete endpoint reference | You're integrating directly |
198+
| [docs/INTEGRATIONS.md](docs/INTEGRATIONS.md) | LangChain, AutoGen, CrewAI | You use existing frameworks |
199199
| [examples/](examples/) | Code examples | You learn by doing |
200200

201201
---
@@ -255,7 +255,7 @@ def make_payment(recipient, amount, purpose):
255255
agent = Agent(tools=[make_payment], ...)
256256
```
257257

258-
👉 **Full guides**: See [INTEGRATIONS.md](INTEGRATIONS.md)
258+
👉 **Full guides**: See [docs/INTEGRATIONS.md](docs/INTEGRATIONS.md)
259259

260260
---
261261

@@ -389,7 +389,7 @@ mypy .
389389

390390
## 🤝 Contributing
391391

392-
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for:
392+
We welcome contributions! Please see [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) for:
393393

394394
- Code style guidelines
395395
- Pull request process
@@ -452,8 +452,8 @@ result = agent.call_agent(
452452

453453
## 📞 Support
454454

455-
- 🐛 **Bug reports**: [GitHub Issues](https://github.com/jahanzaibahmad112-dotom/UAIP-Protocol/issues)
456-
- 💬 **Questions**: [GitHub Discussions](https://github.com/jahanzaibahmad112-dotom/UAIP-Protocol/discussions)
455+
- 🐛 **Bug reports**: [GitHub Issues](https://github.com/jahanzaibahmad112-dotcom/UAIP-Protocol/issues)
456+
- 💬 **Questions**: [GitHub Discussions](https://github.com/jahanzaibahmad112-dotcom/UAIP-Protocol/discussions)
457457
- 📧 **Email**: uaip.protocol@gmail.com
458458
- 💼 **Enterprise**: uaip.protocol@gmail.com
459459

@@ -502,7 +502,7 @@ Inspired by:
502502

503503
If you find UAIP useful, please star the repo! It helps us grow.
504504

505-
[![Star History Chart](https://api.star-history.com/svg?repos=yourusername/uaip-agentguard&type=Date)](https://star-history.com/#yourusername/uaip-agentguard&Date)
505+
[![Star History Chart](https://api.star-history.com/svg?repos=jahanzaibahmad112-dotcom/UAIP-Protocol&type=Date)](https://star-history.com/#jahanzaibahmad112-dotcom/UAIP-Protocol&Date)
506506

507507
---
508508

docs/contributing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We are committed to providing a welcoming and inclusive environment for all cont
4040

4141
### Enforcement
4242

43-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at conduct@uaip.io. All complaints will be reviewed and investigated promptly and fairly.
43+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at uaip.protocol@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
4444

4545
---
4646

@@ -75,11 +75,11 @@ New to open source? Here are some great first issues:
7575

7676
```bash
7777
# Fork the repository on GitHub, then:
78-
git clone https://github.com/YOUR_USERNAME/uaip-agentguard.git
79-
cd uaip-agentguard
78+
git clone https://github.com/YOUR_USERNAME/UAIP-Protocol.git
79+
cd UAIP-Protocol
8080

8181
# Add upstream remote
82-
git remote add upstream https://github.com/ORIGINAL_OWNER/uaip-agentguard.git
82+
git remote add upstream https://github.com/jahanzaibahmad112-dotcom/UAIP-Protocol.git
8383
```
8484

8585
### 2. Create Virtual Environment
@@ -636,13 +636,13 @@ All contributors will be recognized in:
636636
- **Discord:** [discord.gg/uaip](https://discord.gg/uaip) (coming soon)
637637
- **GitHub Discussions:** For questions and ideas
638638
- **GitHub Issues:** For bugs and feature requests
639-
- **Email:** support@uaip.io
639+
- **Email:** uaip.protocol@gmail.com
640640

641641
### Communication Channels
642642

643643
- **GitHub:** Primary platform for code and issues
644644
- **Discord:** Real-time chat and community
645-
- **Twitter:** [@uaip_protocol](https://twitter.com/uaip_protocol) - Updates and announcements
645+
- **Twitter:** [@UAIP_Protocol](https://twitter.com/UAIP_Protocol) - Updates and announcements
646646

647647
### Office Hours
648648

@@ -657,8 +657,8 @@ We host virtual office hours:
657657

658658
- [QUICKSTART.md](QUICKSTART.md) - Get started in 5 minutes
659659
- [ARCHITECTURE.md](ARCHITECTURE.md) - System design
660-
- [API.md](API.md) - API reference
661-
- [INTEGRATIONS.md](INTEGRATIONS.md) - Framework guides
660+
- [api_docs.md](api_docs.md) - API reference
661+
- [integrations_guide.md](integrations_guide.md) - Framework guides
662662

663663
---
664664

0 commit comments

Comments
 (0)